We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b0fdfd + 305855e commit 6716dc7Copy full SHA for 6716dc7
1 file changed
testssl.sh
@@ -11468,7 +11468,7 @@ fd_socket() {
11468
fi
11469
11470
# Now comes the usual case
11471
- if ! exec 5<>/dev/tcp/$nodeip/$PORT && [[ -z "$PROXY" ]]; then
+ if [[ -z "$PROXY" ]] && ! exec 5<>/dev/tcp/$nodeip/$PORT; then
11472
((NR_SOCKET_FAIL++))
11473
connectivity_problem $NR_SOCKET_FAIL $MAX_SOCKET_FAIL "TCP connect problem" "repeated TCP connect problems, giving up"
11474
outln
0 commit comments