We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245ad2a commit 601ddddCopy full SHA for 601dddd
1 file changed
testssl.sh
@@ -17189,7 +17189,7 @@ run_renego() {
17189
sec_client_renego=1
17190
else
17191
# second try in the foreground as we are sure now it won't hang
17192
- echo R | $OPENSSL s_client $(s_client_options "$proto $legacycmd $STARTTLS $BUGS -connect $NODEIP:$PORT $PROXY $SNI") >$TMPFILE 2>>$ERRFILE
+ (echo R; sleep 1) | $OPENSSL s_client $(s_client_options "$proto $legacycmd $STARTTLS $BUGS -connect $NODEIP:$PORT $PROXY $SNI") >$TMPFILE 2>>$ERRFILE
17193
sec_client_renego=$?
17194
# 0 means client is renegotiating & doesn't return an error --> vuln!
17195
# 1 means client tried to renegotiating but the server side errored then. You still see RENEGOTIATING in the output
0 commit comments