If you are using Nginx on Linux and wish to disable certain TLS protocols like TLS 1.0 and TLS 1.1, you can do so as follows: 1. Change Nginx config Open up the following file in your favorite editor (e.g. nano): Somewhere in this file, look for the following line which starts with “ssl_protocols”: In… Continue reading Linux disable TLS 1.0 and TLS 1.1 on Nginx