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
Describe your question/
I am new to authentik and setup LDAP. The ldap:// on port 389 works fine but secured ldaps:// doesent work. I get this error and dont't know what to do anymore.
TLS: peer cert untrusted or revoked (0x42)
TLS: can't connect: (unknown error code).ldap_err2stringldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
@ldehner unfortunately, the answer is right there - TLS: peer cert untrusted or revoked (0x42).
You're probably using a self-signed certificate, and your local machine can't validate it. The easiest thing you can do, is use a TCP loadbalancer that has a TLS, to terminate TLS, and then forward traffic internally to port 389.
Like AWS NLB LDAPS port 636 -> authentik port 389
Describe your question/
I am new to authentik and setup LDAP. The ldap:// on port 389 works fine but secured ldaps:// doesent work. I get this error and dont't know what to do anymore.
Logs
Version and Deployment (please complete the following information):
The text was updated successfully, but these errors were encountered: