Does Tomcat support TLS v1.2?

前端 未结 4 1655
暖寄归人
暖寄归人 2020-12-14 20:35

I want to know if Apache Tomcat supports TLS v1.2 protocol. I didn\'t find any documentation about this! Thanks!

4条回答
  •  不知归路
    2020-12-14 20:54

    As mentioned by others, Tomcat supports TLSv1.2 via the JSSE in JDK 7+.

    Tomcat does NOT support TLSv1.1 or TLSv1.2 when used with Tomcat Native (APR). See https://issues.apache.org/bugzilla/show_bug.cgi?id=53952.

    Update: looks like TLSv1.2 will finally be supported in Tomcat Native 1.1.32 and Tomcat 8.0.15/7.0.57.

提交回复
热议问题