LDAPS and custom certificate
See original GitHub issueIssue Description
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:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi,
Added an environment variable to my
docker-compose.yml
:NODE_EXTRA_CA_CERTS=/etc/openldap/certs/REDACTED.cer
SetallowSelfSignedTLS
back to false, and everything works fine 😃I double-checked by removing this variable and checking that it fails.
Thank you!
Thanks for checking it out! I extended our admin guide with this information: #497