Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

javax.net.ssl.SSLHandshakeException:Received fatal alert: handshake_failure

513500Feb 14 2008 — edited Feb 2 2009
I 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 2 2009
Added on Feb 14 2008
2 comments
1,686 views