diff --git a/testssl.sh b/testssl.sh index 6f02d61..34c2d44 100755 --- a/testssl.sh +++ b/testssl.sh @@ -8792,7 +8792,6 @@ run_alpn() { # for some reason OpenSSL doesn't list the advertised protocols, so instead try common protocols if "$HAS_ALPN"; then $OPENSSL s_client $(s_client_options "-connect $NODEIP:$PORT $BUGS $SNI -alpn $proto") $ERRFILE >$TMPFILE - [[ $? -ne 0 ]] && ret=1 else alpn_extn="$(printf "%02x" ${#proto}),$(string_to_asciihex "$proto")" len="$(printf "%04x" $((${#proto}+1)))"