1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-04-05 01:04:01 +02:00

backport of (client auth and broken json-pretty)

This commit is contained in:
Dirk 2018-01-19 14:18:10 +01:00
parent 4d7aa5df8b
commit e40e4007b1

@ -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