Answered

Using Execute_Rest method on lower environments

I'm trying to run a "Execute_Rest" step in my test environment to test if page is up and returns code 200 but i'm getting error below:

 

I don't have any issues running the same step in production environment. 

Any thoughts on what I'm doing wrong?

0
1 comment
Avatar
Joseph Hamdan

Vitaly,

It seems that the certificate on your test server is no longer valid. Either, it's expired or it's changed and hence, the machine where you launch the test from is not updated with the new certificate.

It’s possible that your server uses self-signed SSL certificate that is not added to your default truststore. You can use Set_Ssl_Settings command to replace default truststore with a custom one within test case execution. Please, contact your administrator to provide you with a keystore and truststore files.

Regards,

Subject7 Team

0
Comment actions Permalink

Please sign in to leave a comment.