diff --git a/testssl.sh b/testssl.sh index e4d2c92..c201485 100755 --- a/testssl.sh +++ b/testssl.sh @@ -3900,7 +3900,7 @@ run_cipher_per_proto() { done success=1 if [[ -n "$ciphers_to_test" ]] || [[ -n "$tls13_ciphers_to_test" ]]; then - OPENSSL s_client $(s_client_options "-cipher "\'${ciphers_to_test:1}\'" -ciphersuites "\'${tls13_ciphers_to_test:1}\'" $proto $STARTTLS $BUGS -connect $NODEIP:$PORT $PROXY $SNI") >$TMPFILE 2>$ERRFILE $TMPFILE 2>$ERRFILE