Page 1 of 1

TLS instead of SSL

Posted: Thu Jan 31, 2019 3:59 am
by lukedevon
Hi

Most of the customers are requesting to configure TLS instead of SSL in NLS. Do you have a Nagios official guide for it?

Thank you
Luke.

Re: TLS instead of SSL

Posted: Thu Jan 31, 2019 3:10 pm
by cdienger
Are you referring to the web interface? If so, check out /etc/httpd/conf.d/ssl.conf(Cent/Redhat) or /etc/apache2/sites-available/default-ssl.conf(Ubuntu/Debian). Add or edit the SSLProtocol option:

SSLProtocol all -SSLv2 -SSLv3