Skip to content

Commit

Permalink
Remove commented out section from helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Stucki committed Feb 17, 2023
1 parent 3da3bce commit 887857d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/connect/envoy/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ function assert_cert_has_cn {
CERT=$(openssl s_client -connect $HOSTPORT -servername $SERVER_NAME -showcerts </dev/null 2>/dev/null)

echo "WANT CN: ${CN} (SNI: ${SERVER_NAME})"
echo "GOT CN:"
# echo "$CERT" | grep -A 1 -Eo "Acceptable client certificate CA names"
echo "GOT CERT:"
echo "$CERT"

echo "$CERT" | grep "CN = ${CN}"
Expand Down

0 comments on commit 887857d

Please sign in to comment.