Remediation Steps
Follow the steps below to remediate this finding on Nginx webserver.
In nginx.conf, update ssl_protocols:
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:
ssl_protocols TLSv1.2 TLSv1.3;Reload Nginx:
sudo systemctl reload nginx