From a2156904eb50f915f57b3da0c88a1e3686d1af4c Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 13 Feb 2018 16:50:35 +0100 Subject: [PATCH] fix h2 reward for ALPN in JSON output (#988) --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index f0b8798..22d97f2 100755 --- a/testssl.sh +++ b/testssl.sh @@ -8030,7 +8030,7 @@ run_alpn() { # only h2 is what browser need to use HTTP/2.0 and brings a security benefit if [[ "$proto" == "h2" ]]; then pr_svrty_good "$proto" - fileout "$jsonID" "OK" "$alpn_finding" + fileout "$jsonID" "OK" "$proto" else out "$proto" alpn_finding+="$proto"