Re: need help configuring ldaps for auth
Posted: Wed May 20, 2020 3:29 pm
Please do this:
Then restart apache and try again:
If that doesn't work, try removing the /etc/openldap/cacerts.pem line from your /etc/openldap/ldap.conf, restart httpd, and test again.
If that still doesn't work, remove all the certs from the XI web interface, and re-add them back in and test again.
Code: Select all
mkdir /etc/openldap/cacerts
chown -R apache.nagios /etc/openldap/cacerts*
chown apache.nagios /etc/openldap/certs
chown apache.nagios /etc/openldap/certs/*.crt
chown apache.nagios /etc/openldap/certs/*.pemCode: Select all
service httpd restartIf that still doesn't work, remove all the certs from the XI web interface, and re-add them back in and test again.