question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

LDAPS and custom certificate

See original GitHub issue

Hello,

Does anyone know how to get LDAPS running with a custom certificate? Currently, my instance is complaining about not recognizing the certificate chain, and I don’t want to enable “allowSelfSignedTLS”.

Usually, with OpenLDAP, placing the CA file in /etc/openldap/certs/ is enough. But here with Meteor I couldn’t find how to get it working. I also tried /etc/ssl/certs/, same result.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
Wohlrajcommented, Apr 9, 2019

Hi,

Added an environment variable to my docker-compose.yml: NODE_EXTRA_CA_CERTS=/etc/openldap/certs/REDACTED.cer Set allowSelfSignedTLS back to false, and everything works fine 😃

I double-checked by removing this variable and checking that it fails.

Thank you!

1reaction
migerhcommented, Apr 9, 2019

Thanks for checking it out! I extended our admin guide with this information: #497

Read more comments on GitHub >

github_iconTop Results From Across the Web

LDAP over SSL (LDAPS) Certificate - TechNet Articles
Requesting a Certificate for Server Authentication · In the console tree, expand Certificates (<computer>); right click Certificates, click All ...
Read more >
Step by Step guide to setup LDAPS on Windows Server
Go to Start -> Certification Authority Right click on "Certificate Templates" and select New-> Certificate Template to Issue. LDAPS on Windows Server ...
Read more >
MS Active Directory LDAP (2012) Installing SSL Certificates
In DigiCert Certificate Utility for Windows©, click SSL (gold lock) and then, click Import. · In the Certificate Import window, under File Name,...
Read more >
How to Enable LDAPS in Active Directory - JavaXT
To enable LDAP over SSL (LDAPS) all you need to do is "install" an SSL certificate on the Active Directory server. Most enterprises...
Read more >
Configure LDAPS authentication (With Certificates)
On a domain controller, open Start > Run > certlm. · Navigate to the SSL certificate for your domains LDAP Service · Right-click...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found