We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56ba1ab + 0db7ab0 commit df6cd77Copy full SHA for df6cd77
1 file changed
testssl.sh
@@ -21525,8 +21525,8 @@ find_openssl_binary() {
21525
21526
# In order to avoid delays due to lookups of the hostname "invalid." we just try to avoid using "-connect invalid."
21527
# when possible. The following does a check fopr that. For WSL we stick for now to the old scheme. Not sure about Cygwin
21528
- if [[ SYSTEM2 == "WSL" ]]; then
21529
- NXCONNECT=-connect $NXDNS
+ if [[ $SYSTEM2 == "WSL" ]]; then
+ NXCONNECT="-connect $NXDNS"
21530
else
21531
# If this connects and bails out with an error message, we do not need "-connect invalid."
21532
if $OPENSSL s_client 2>&1 </dev/null | grep -Eiaq 'Connection refused|connect error|Bad file descriptor'; then
0 commit comments