From d0122698edde9fa3cbee8a087f1b3532c6340b21 Mon Sep 17 00:00:00 2001 From: Laine Gholson Date: Sun, 13 Dec 2015 13:16:37 -0600 Subject: [PATCH] Fix ALPN when testing multiple IPs --- testssl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testssl.sh b/testssl.sh index ce789d9..03e8ece 100755 --- a/testssl.sh +++ b/testssl.sh @@ -2485,6 +2485,7 @@ run_spdy() { run_http2() { local tmpstr local -i ret=0 + local had_alpn_proto pr_bold " HTTP2/ALPN " if ! http2_pre ; then