You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up the LDAP auth against our server with a self-signed certificate. Which I guess explain this
[2018-12-07 08:16:55.889] [ERROR] console - Error: unable to verify the first certificate
at TLSSocket.onConnectSecure (_tls_wrap.js:1122:34)
at TLSSocket.emit (events.js:182:13)
at TLSSocket.EventEmitter.emit (domain.js:441:20)
at TLSSocket._finishInit (_tls_wrap.js:625:8)
RESTART!
I tried to add my certificate to the local CA ( CRT in /usr/local/share/ca-certificates/ldap01.crt + update-ca-certificates), didn't worked. I'll work on having a real certificate, but I wish I could allow self signed.
Best regards,
The text was updated successfully, but these errors were encountered:
Hi
I'm trying to set up the LDAP auth against our server with a self-signed certificate. Which I guess explain this
I tried to add my certificate to the local CA ( CRT in /usr/local/share/ca-certificates/ldap01.crt + update-ca-certificates), didn't worked. I'll work on having a real certificate, but I wish I could allow self signed.
Best regards,
The text was updated successfully, but these errors were encountered: