Remediation Steps
Follow the steps below to remediate this finding on Nginx webserver.
In nginx.conf, update ssl_protocols to exclude TLS 1.0:
ssl_protocols TLSv1.2 TLSv1.3;Reload Nginx:
sudo systemctl reload nginx
Follow the steps below to remediate this finding on Nginx webserver.
In nginx.conf, update ssl_protocols to exclude TLS 1.0:
ssl_protocols TLSv1.2 TLSv1.3;Reload Nginx:
sudo systemctl reload nginx