Disable TLS 1.0 and 1.1

Home » Uncategorized » Disable TLS 1.0 and 1.1
Uncategorized No Comments

TLS v1.0 has been deprecated. Browsers such as Firefox will discontinue the support from March 2020. It is also recommended to turn off TLS 1.1 support.

For Tomcat 6 & 7 (6.0.3.8 and newer)
Within the server.xml file, find the sslEnabledProtocols entry and make sure only TLS 1.2 protocol is specified:


sslEnabledProtocols = “TLSv1.2”