I am having some problems with our AD authentication. We had to restore from backup and now AD authentication is not working. The error seems to be related to the certificate validity when I try to import users.
Unable to authenticate: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed (unable to get local issuer certificate)
I have removed and re-uploaded the certificate from our CA per the NagiosXI documentation and have had no luck. AD authentication was working prior to the restore.
openssl s_client -showcerts -connect x.x.x.x:636 </dev/null
CONNECTED(00000003)
depth=0
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0
verify error:num=21:unable to verify the first certificate
verify return:1
The first command resolved the issue. The only other problem I had was that I had to re-add the users that were imported via AD. When they logged in they were getting a blank page after authenticating. Recreating the users via import from AD resolved this.