diff --git a/testssl.sh b/testssl.sh index 1d91590..507fd6e 100755 --- a/testssl.sh +++ b/testssl.sh @@ -6742,11 +6742,21 @@ run_beast(){ done for proto in ssl3 tls1; do + if [[ "$proto" == "ssl3" ]] && ! locally_supported "-$proto"; then + continued=true + out " " + continue + fi $OPENSSL s_client -"$proto" $STARTTLS $BUGS -connect $NODEIP:$PORT $PROXY $SNI >$TMPFILE 2>>$ERRFILE