Forum Discussion

exception's avatar
exception
Occasional Contributor
11 years ago

Received fatal alert: handshake_failure

Hello everyone!

I'm receiving an SSLHandshakeException: Received fatal alert: handshake_failure error when trying to send a request to mock web service.

First, I created a trial_server.jks keystore using Portecle and imported the CA root and CA intermediate certificates from the CA.
Below is my configuration:


Sending a request via http://lt7:8088/mockTempSOAP
Thu Jun 27 20:14:42 SGT 2013:INFO:Got response for [TempSOAP.update:Request 1] in 30ms (409 bytes)


Sending a request via https://lt7:1234/mockTempSOAP
Thu Jun 27 20:12:53 SGT 2013:ERROR:Exception in request: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
Thu Jun 27 20:12:53 SGT 2013:ERROR:An error occured [Received fatal alert: handshake_failure], see error log for details
Thu Jun 27 20:12:53 SGT 2013:INFO:Error getting response for [TempSOAP.update:Request 1]; javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure


Hope someone could help me. Thank you in advance!