Forum Discussion

API_Guy's avatar
API_Guy
Occasional Contributor
3 years ago

Tests failing when running ReadyAPI Tests from Azure DevOps (VSTS)

Hi Guys,

When I run ReadyAPI Tests from Azure DevOps (VSTS) it's failing with an error message 'javax.net.ssl.SSLException: Connection reset error'. I tried changing 'HTTP to 'HTTPS or vice versa. But it still failing. 
But when I am trying some other projects (some other hostname) it's working fine in the same pipeline.

Not sure what went wrong! Can I please have your thoughts on this, please?
Thanks in advance!

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    May be you want to quickly try adding the below option to READYAPI_HOME/bin/ReadyAPI.vmoptions file

    https.protocols=SSLv3
    • API_Guy's avatar
      API_Guy
      Occasional Contributor

      nmrao Thanks for your response! I have tried it out but it didn't work. Let me tell you that, all other hostName is working perfectly fine. It's failing only for a certain hostName, though it's working fine from local and Jenkins also