Tomcat 是否支持 TLS v1.2? [英] Does Tomcat support TLS v1.2?

查看:61
本文介绍了Tomcat 是否支持 TLS v1.2?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道Apache Tomcat是否支持TLS v1.2协议.我没有找到任何关于此的文档!谢谢!

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

推荐答案

在 JSSE 实现中,Oracle JDK 7 版支持 TLS 1.2 版.由于 Tomcat 使用 JSSE 作为底层 SSL 库,因此应从 JDK 1.7 版开始支持它.还要检查您在 Tomcat 中启用的 SSL 密码套件.

TLS version 1.2 is supported by the Oracle JDK version 7, in the JSSE implementation. As Tomcat uses JSSE as underlying SSL library, it should be supported from JDK version 1.7 onwards. Also check your enabled SSL cipher suites in Tomcat.

如果您使用 Apache 作为代理,请查看 Apache 和底层 OpenSSL 文档.

If you are using Apache as a proxy, please check the Apache and underlying OpenSSL documentation.

一些链接:

http://docs.oracle.com/javase/7/docs/technotes/guides/security/enhancements-7.html(Java SE 7 安全增强)

http://docs.oracle.com/javase/7/docs/technotes/guides/security/enhancements-7.html (Java SE 7 Security Enhancements)

http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html

http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html

这篇关于Tomcat 是否支持 TLS v1.2?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆