From e40e4007b1a1a858eea9f906ff7e78fda854f60c Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 19 Jan 2018 14:18:10 +0100 Subject: [PATCH] backport of #961 (client auth and broken json-pretty) --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 96db685..2410678 100755 --- a/testssl.sh +++ b/testssl.sh @@ -1356,7 +1356,7 @@ service_detection() { *) if "$CLIENT_AUTH"; then out "certificate based authentication => skipping all HTTP checks" echo "certificate based authentication => skipping all HTTP checks" >$TMPFILE - fileout "client_auth" "INFO" "certificate based authentication => skipping all HTTP checks" + fileout "service" "INFO" "certificate based authentication => skipping all HTTP checks" else out " Couldn't determine what's running on port $PORT" if "$ASSUME_HTTP"; then