TLS版本

Posted 侠之大者

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TLS版本相关的知识,希望对你有一定的参考价值。

常见应用: https其实就是建构在SSL/TLS之上的 http协议。

1) setProtocol="TLS" will enable SSLv3 and TLSv1
2) setProtocol="TLSv1.2" will enable SSLv3, TLSv1, TLSv1.1 and TLS v1.2
3) setProtocol="TLSv1.1" will enable SSLv3, TLSv1, and TLSv1.1
4) setProtocol="TLSv1" will enable SSLv3 and TLSv1
5) setProtocol="SSL" will enable SSLv3 and TLSv1
6) setProtocol="SSLv3" will enable SSLv3 and TLSv1
7) setProtocol="SSLv2" won‘t work

tomcat 配置

<Connector port="443" protocol="HTTP/1.1" SSLEnabled="true"  
               maxThreads="150" scheme="https" secure="true"   
                              clientAuth="false" sslProtocol="TLSv1.2" 
  keystore="/opt/salesforce/api/tomcat/vk_key/key.jks" keystorePass="password"
 />

以上是关于TLS版本的主要内容,如果未能解决你的问题,请参考以下文章

确定在 AIX 上配置了哪个 TLS 版本

Cassandra C# TLS 版本选择?

什么是支持TLS 1.2的libcurl的最低版本?

小程序报错 TLS 版本必须大于等于 1.2

在 TLS supported_versions 扩展中发送的此协议版本是啥

docker安全 Docker-TLS加密通讯