We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ce22a commit 10af7eeCopy full SHA for 10af7ee
tests.sh
@@ -518,8 +518,8 @@ else
518
exit 1
519
fi
520
521
-message " Check that HTTP server does not have any client certificate property"
522
-CLIENT_CERT=$(curl -sk --cert cert.pem --key testpk.pem http://localhost:8080/ | jq 'has("clientCertificate")')
+message " Check that plaintext HTTP port does not have any client certificate property"
+CLIENT_CERT=$(curl -s http://localhost:8080/ | jq 'has("clientCertificate")')
523
if [[ "$CLIENT_CERT" == "false" ]]
524
then
525
passed "Client certificate details are not present in regular HTTP server"
0 commit comments