Received fatal alert: handshake_failure through SSLHandshakeException

前端 未结 19 2417
暖寄归人
暖寄归人 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:57

    In my case, cert is imported, error remains, solved this by adding System.setProperty("https.protocols", "TLSv1.2,TLSv1.1,SSLv3"); before connect

提交回复
热议问题