mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
Consider h2 a valid NPN protocol
This commit is contained in:
parent
3d28f44e56
commit
e8b04c77d3
@ -2465,7 +2465,7 @@ run_spdy() {
|
|||||||
ret=1
|
ret=1
|
||||||
else
|
else
|
||||||
# now comes a strange thing: "Protocols advertised by server:" is empty but connection succeeded
|
# 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"
|
out "$tmpstr"
|
||||||
outln " (advertised)"
|
outln " (advertised)"
|
||||||
ret=0
|
ret=0
|
||||||
|
Loading…
Reference in New Issue
Block a user