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