disable TLSv1.0 and SSLv3.0 on Nagios server
disable TLSv1.0 and SSLv3.0 on Nagios server
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
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.
Former Nagios employee