Jboss 6.x 是否支持 TLS1.2(传输层安全)?
如果是这样,在哪里配置以及如何配置。我从 Jboss 那里得到了一些信息,但没有具体信息是否支持 TLS1.2
http://docs.jboss.org/jbosssecurity/docs/6.0/security_guide/html_single/index.html
因为映射是这样的。
<!-- SSL/TLS Connector with encrypted keystore password configuration -->
<Connector protocol="HTTP/1.1" SSLEnabled="true"
port="8443" address="${jboss.bind.address}"
scheme="https" secure="true" clientAuth="false"
SSLPassword="KAaxoMQCJH30GZWb96Mov"
securityDomain="encrypt-keystore-password"
SSLCertificateFile="server.crt"
SSLCertificateKeyFile="server.pem" SSLProtocol="**TLSv1**" />