We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199a04e commit 3f83f5dCopy full SHA for 3f83f5d
atests/test_ssl_certs.robot
@@ -18,6 +18,6 @@ Get HTTPS & Verify Cert with a CA bundle
18
Get HTTPS with Client Side Certificates
19
[Tags] get get-cert
20
@{client_certs}= Create List ${CURDIR}${/}clientcert.pem ${CURDIR}${/}clientkey.pem
21
- Create Client Cert Session sslsession https://github.com client_certs=@{client_certs}
+ Create Client Cert Session sslsession https://server.cryptomix.com/secure client_certs=@{client_certs}
22
${resp}= GET On Session sslsession /
23
Should Be Equal As Strings ${resp.status_code} 200
0 commit comments