https://bz.apache.org/bugzilla/show_bug.cgi?id=64409
--- Comment #3 from mgrigorov <mgrigo...@apache.org> --- Hi, I was not able to find any Oracle document saying this but I've found one in IBM documentation: https://www.ibm.com/support/knowledgecenter/en/SSYKE2_8.0.0/com.ibm.java.security.component.80.doc/security-component/jsse2Docs/matchsslcontext_tls.html The way I understand it: SSLContext#getInstance("TLS") returns an instance with support for the latest TLS version for the particular JVM runtime. I.e. for JDK 8 it will be TLSv1.2, but for JDK 11+ it will be TLSv1.3. So by using 'SSLContext#getInstance("TLS")' you get the best/newest impl for your version of Java. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org