我正在尝试使用wildlfy将https与tls1.2结合使用。部署时,我得到以下握手错误:
2020-12-10 11:44:33416 info[stdout](默认任务-1)默认任务-1,致命错误:40:客户端请求的协议tlsv1未启用或不受支持2020-12-10 11:44:33416 info[stdout](默认任务-1)javax.net.ssl.sslhandshakeexception:客户端请求的协议tlsv1未启用或不受支持
2020-12-10 11:44:33417信息[stdout](默认任务-1)%%无效:[会话-3,ssl\u null\u with\u null\u null]
2020-12-10 11:44:33419信息[stdout](默认任务-1)默认任务-1,发送tlsv1.2警报:致命,描述=握手失败
2020-12-10 11:44:33420信息[stdout](默认任务-1)默认任务-1,写入:tlsv1.2警报,长度=2
2020-12-10 11:44:33421信息[stdout](默认i/o-14)默认i/o-14,致命:引擎已关闭。rethrowing javax.net.ssl.sslhandshakeexception:客户端请求的协议tlsv1未启用或不受支持
2020-12-10 11:44:33422信息[stdout](默认i/o-14)默认i/o-14,称为closeinbound()
2020-12-10 11:44:33422信息[stdout](默认i/o-14)默认i/o-14,致命:引擎已关闭。rethrowing javax.net.ssl.sslexception:入站在接收到对等方的close前关闭\u notify:可能的截断攻击?
2020-12-10 11:44:33423信息[stdout](默认i/o-14)默认i/o-14,称为closeoutbound()
2020-12-10 11:44:33423信息[stdout](默认i/o-14)默认i/o-14,closeoutboundinternal()
2020-12-10 11:44:34424信息[stdout](默认i/o-7)使用sslengineimpl。
在我的配置里
<server name="default-server">
<http-listener name="default" socket-binding="http" max-post-size="974247881" redirect-socket="https" enable-http2="true"/>
<https-listener enabled-protocols="TLSv1.2" max-parameters="50000" max-post-size="0" name="https" security-realm="SSLRealm" socket-binding="https"/>
<host alias="localhost" name="default-host">
<location handler="welcome-content" name="/"/>
<filter-ref name="server-header"/>
<filter-ref name="x-powered-by-header"/>
</host>
</server>
What does this handshake error mean? what is wrong with the configuration?
暂无答案!
目前还没有任何答案,快来回答吧!