java.lang.RuntimeException: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

前端 未结 1 1867
终归单人心
终归单人心 2021-01-28 07:52

I had the client server connection working earlier, but it stopped working since few months. Below are the logs I found.

To fix this, I have imported the server\'s Base-

1条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-28 08:10

    "Handshake failure" often means there is no overlap between the server's TLS level (e.g. TLS1.2) and cipher suites, and what your WebSphere can handle.

    I'd run a test like https://www.ssllabs.com/ssltest/ against the server, then look at your QoP settings in WebSphere Security > SSL certificate and key management > SSL configurations

    0 讨论(0)
提交回复
热议问题