Error after Certificate updated in LDAP/AD Import Users
Posted: Wed Oct 27, 2021 11:11 am
We recently replaced an expired root certificate in active directory. When we are trying to authenticate via STARTTLS, i get the following error:
Unable to authenticate: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed (unable to get local issuer certificate)
Checked the certificate on the server with the following command:
openssl s_client -showcerts -connect servername.domain.tld:636 (with our true names) and am not getting any errors.
I have created a workaround which disabled encryption on LDP for the time being, but trying to get down to the root cause and solution.
Unable to authenticate: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed (unable to get local issuer certificate)
Checked the certificate on the server with the following command:
openssl s_client -showcerts -connect servername.domain.tld:636 (with our true names) and am not getting any errors.
I have created a workaround which disabled encryption on LDP for the time being, but trying to get down to the root cause and solution.