You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use pyresttest for an https webservice which is authenticated with a client cert (cur --cert) .pem file . As per the documentation i have tried using curl_option_SSLCERT: 'cert.pem' .
Wanted to check if i am following the right approach . here is the error I see while running the test
curl.perform() # Run the actual call
error: (60, 'SSL certificate problem: self signed certificate in certificate chain')
The text was updated successfully, but these errors were encountered:
Trying to use pyresttest for an https webservice which is authenticated with a client cert (cur --cert) .pem file . As per the documentation i have tried using curl_option_SSLCERT: 'cert.pem' .
Wanted to check if i am following the right approach . here is the error I see while running the test
curl.perform() # Run the actual call
error: (60, 'SSL certificate problem: self signed certificate in certificate chain')
The text was updated successfully, but these errors were encountered: