Disabling TLS 1.0 and 1.1 in Java for Your Entire Environment

Technical Articles

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

This method disables TLS 1.0 and 1.1 in Java for your entire environment following Oracle's instructions.

  1. Stop Tomcat.
  2. Go to the following Oracle webpage: https://java.com/en/configure_crypto.html#DisableTLS
  3. Edit the conf/security/java.security file as directed by Oracle's instructions.
  4. Start Tomcat.