javax.net.ssl.SSLHandshakeException:Received fatal alert: handshake_failure
513500Feb 14 2008 — edited Feb 2 2009I have a statndalone soap client to call webservice here is thew code
URL urlEndpoint = new URL(recipient);
SOAPConnectionFactory scf = SOAPConnectionFactory.newInstance();
SOAPMessage replyMessage = con.call(message, urlEndpoint);
this code is throwing exception
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
to resolve I am given a .jks file .Please I need help in integrating this jks file in my saop request how can I do this help is greatly appreciated.