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

查看:1005
本文介绍了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!

推荐答案

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天全站免登陆