javax.net.ssl.SSLException: Connection reset error
I'm using ReadyAPI 3.4.5
When I run a GET request that requires no authentication I get:
ERROR: Exception in request: javax.net.ssl.SSLException: Connection reset
ERROR: An error occurred [Connection reset], see error log for details
INFO: Error getting response for [https://racq.uat.cds.cuscal.com.au.Products:Request 1]; javax.net.ssl.SSLException: Connection reset
To test, I downloaded POSTMAN community edition and the same request on the same machine runs fine!
I have looked at previous posts and implemented several suggestions like adding -Dsoapui.https.protocols=SSLv3,TLSv1.2 to the ReadyAPI.vmoptions file but I'm still getting the error.
Also note: the same request to our dev end point https://dev-api2.racq.com.au.wadl/ works but it fails for https://racq.uat.cds.cuscal.com.au.wadl/
While investigating another issue (the Check for updates function was not working -timing out) support asked me to check the ReadyAPI proxy settings. Just setting the proxy ON, made the Check for updates work. So I thought I'd try to run my REST request with the proxy on and it worked! So eventually it was a very simple solution!!!