0

I implemented HTTPS client(with Certification BYPASS) as in : http://www.nakov.com/blog/2009/07/16/disable-certificate-validation-in-java-ssl-connections/

But I get the following Exception(as attached in the image):

javax.net.ssl.SSLHandshakeException:Received Fatal Alert :handshake_failure

Screenshot_command_prompt_handshake_failure

Not sure why I getting this error.It had worked for me before. Also the HTTPS Server is an APACHE TOMCAT SERVER.

Is there any other way I can Ignore(bypass) HTTPS Certification? Please let me know.

Lucky
  • 16,787
  • 19
  • 117
  • 151
sujayh1988
  • 39
  • 1
  • 3
  • Actually I was not able to attach an image.The exception is as shown: – sujayh1988 Sep 03 '15 at 09:08
  • I've edited your question and attached the screenshot you provided. – Lucky Sep 03 '15 at 09:26
  • Handshake failure is not a certification error. Thus it will not help if you disable validations. There are lots of possibilities which can cause such a handshake failure and lots of question and answers here at stackoverflow. If you don't find the cause of the problem yourself please add the necessary details to your question so that others can help you (see the other questions which got help). – Steffen Ullrich Sep 03 '15 at 10:44
  • I checked many answers on StackOverflow and they didnt help me fix the issue.Hence posted a new question.Thanks – sujayh1988 Sep 13 '15 at 10:47

0 Answers0