From e8b04c77d370e90d4e5605bb4bab19d5fdfdc37a Mon Sep 17 00:00:00 2001 From: Laine Gholson Date: Sat, 12 Dec 2015 20:07:24 -0600 Subject: [PATCH] Consider h2 a valid NPN protocol --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 30e41dd..638b6f7 100755 --- a/testssl.sh +++ b/testssl.sh @@ -2465,7 +2465,7 @@ run_spdy() { ret=1 else # now comes a strange thing: "Protocols advertised by server:" is empty but connection succeeded - if echo $tmpstr | egrep -aq "spdy|http" ; then + if echo $tmpstr | egrep -aq "h2|spdy|http" ; then out "$tmpstr" outln " (advertised)" ret=0