We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ae2764 + bbdf19d commit f555fb0Copy full SHA for f555fb0
1 file changed
testssl.sh
@@ -17037,7 +17037,7 @@ run_ticketbleed() {
17037
"$HAS_TLS13" && tls_proto="-no_tls1_3"
17038
$OPENSSL s_client $(s_client_options "$STARTTLS $BUGS $tls_proto -connect $NODEIP:$PORT $PROXY") >$TMPFILE 2>$ERRFILE </dev/null
17039
sclient_connect_successful $? "$TMPFILE"
17040
- if [$? -ne 0 ]]; then
+ if [[ $? -ne 0 ]]; then
17041
prln_warning "Cannot test for ticketbleed. Your OpenSSL cannot connect to $NODEIP:$PORT"
17042
fileout "$jsonID" "WARN" "Cannot test for ticketbleed. Your OpenSSL cannot connect to $NODEIP:$PORT."
17043
return 1
0 commit comments