pyresttest icon indicating copy to clipboard operation
pyresttest copied to clipboard

Client Cert

Open renjith-yb opened this issue 5 years ago • 0 comments

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')

renjith-yb avatar Sep 06 '18 15:09 renjith-yb