Received fatal alert: handshake_failure through SSLHandshakeException

前端 未结 19 2474
暖寄归人
暖寄归人 2020-11-22 01:33

I have a problem with authorized SSL connection. I have created Struts Action that connects to external server with Client Authorized SSL certificate. In my Action I am tryi

19条回答
  •  暖寄归人
    2020-11-22 01:58

    Ugg! This turned out to simply be a Java version issue for me. I got the handshake error using JRE 1.6 and everything worked perfectly using JRE 1.8.0_144.

提交回复
热议问题