Open brianmask opened 1 year ago
i am also running into this issue. Do we have a way of disabling the cert check or trusting a CA?
Hmmm @CuriouzK0d3r any ideas based on the React package we are using for LDAP auth? Maybe there is a bypass option we can expose for signing in in that case.
just wondering if anyone has found a way to achieve this ?
Is your feature request related to a problem? Please describe. Unable to use LDAP Authentication when a self signed certificate is present in the chain.
Describe the solution you'd like Documentation on how to add the organizations self signed certificate into the trusted chain for ldap authentication.
Describe alternatives you've considered Tried setting volumes containing the offending certificates to /etc/openldap/cacerts Tried adding the certificates to /usr/local/share/ca-certificates/ and running update-ca-certificates
Additional context Any suggestions or documentation how to get past
and allow LDAP authentication when the organization uses self signed certificates exclusively.