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
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.