SSL HandshakeException for a HTTPS Get request

29 Views Asked by At

I am trying to set up a Karate framework for my project. I am getting the SSL handshake exception for the https call. But it's working fine if I change the protocol as Http. I have tried to run with SSL =true, SSL = 'TLSv1.2' and I am getting a 404 error when I set up a proxy.

javax.net.ssl.SSLHandshakeException: Received fatal error alert: handshake failure

0

There are 0 best solutions below