So I have a question that I cant quite find an answer for. So Tenable is saying that TLS1.0 is enabled on my NagiosXI server (running on Ubuntu 24).
I can confirm that Ubuntu 24 has TLS 1.0 disabled by default https://ubuntu.com/blog/whats-new-in-se ... -24-04-lts
So I followed the procedure for Nagios to ensure it was disabled there (mine was in /etc/apache2/mods-available/ssl.conf as I dont have an /etc/https folder) https://support.nagios.com/kb/article/d ... rotection.
Even after a reboot and a fresh Tenable scan, it says that my NagiosXI server still has TLS1.0 enabled and to disable it. I can confirm that if I do run the following command that it connects so it appears that modifying the Apache file makes no affect on connection to the system
Code: Select all
openssl s_client -tls1 -connect <ip_address or servername>:443