Disable TLSv1 in Nginx
To disable TLSv1 in nginx, add ssl_protocols TLSv1.1 TLSv1.2; in your server config. if you are using letsencrypt SSL, edit file vi…
To disable TLSv1 in nginx, add ssl_protocols TLSv1.1 TLSv1.2; in your server config. if you are using letsencrypt SSL, edit file vi…
Let’s say we have an Nginx virtual host like following To make it SSL enabled, add the following to the server entry.…