Forum Discussion
As an addition to what richie said you can also try to look up in the logs from the bottom left of your ReadyAPI screen.
Something must pop-up. A status code, an error, a timeout or something...
- alphaack8 years agoOccasional Contributor
Hello,
this is the only message/error i am seeing
- 2018-05-02 06:26:49.820 - Error getting response; javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Connection reset
- Bill_In_Irvine8 years agoFrequent Contributor
That error indicates you might not have the keystore set up for that endpoint.
You will need the private key and certificate of the endpoint and create a keystore - there are a lot of references and I forgot the one I used but I found one site
Once you make a keystore file you have to make ReadyAPI know about it. Here is a link for that
https://support.smartbear.com/readyapi/docs/projects/requests/ssl.html
- alphaack8 years agoOccasional Contributor
Hi Bill,
okay, i was not aware of that. The client was sent our certificate, port info, etc, (everything needed to get through their firewall) but you are saying i still need to do that on my end??