Page 1 of 1
disable TLSv1.0 and SSLv3.0 on Nagios server
Posted: Thu Jun 29, 2017 3:59 pm
by vy3734
We're planning to disable TLSv1.0 and SSLv3.0 on Nagios server, only use TLSv1.1 and TLSv1.2. We want to know whether Nagios server uses these protocols and what's the impact on application functionality if we disable TLSv1.0 and SSLv3.0.
Re: disable TLSv1.0 and SSLv3.0 on Nagios server
Posted: Thu Jun 29, 2017 4:46 pm
by tmcdonald
It's the Apache server that handles the TLS/SSL connections, so Nagios should not really know or care what protocol is used. As long as Apache is configured correctly, sticking to just TLSv1.2 for example will work just fine.