Open ldehner opened 2 days ago
@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
To use plain LDAP securely, you will need StartTLS (and probably would have same issue). Also, have a look here -> https://stackoverflow.com/questions/25424622/authenticating-a-self-signed-certificate-for-ldaps-connection
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):