Received fatal alert: handshake_failure through SSLHandshakeException

前端 未结 19 2436
暖寄归人
暖寄归人 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 02:23

    This issue is occurring because of the java version. I was using 1.8.0.231 JDK and getting this error. I have degraded my java version from 1.8.0.231 to 1.8.0.171, Now It is working fine.

提交回复
热议问题