We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3812554 commit 8d90505Copy full SHA for 8d90505
1 file changed
testssl.sh
@@ -1785,7 +1785,7 @@ filter_input() {
1785
1786
# Dl any URL (arg1) via HTTP 1.1 GET from port 80 or 443 (curl/wget). arg2: file to store http body.
1787
# Proxy is not honored yet (see cmd line switches) -- except when using curl or wget.
1788
-# The PROXY environment variable is used when specifiied
+# The PROXY environment variable is used when specified
1789
# Currently this is being used by check_revocation_crl() only.
1790
#
1791
http_get() {
@@ -19947,7 +19947,7 @@ run_starttls_injection() {
19947
$SOCAT FD:5 UNIX-LISTEN:$uds 2>/dev/null &
19948
socat_pid=$!
19949
19950
- if "$HAS_DS"; then
+ if "$HAS_UDS"; then
19951
openssl_bin="$OPENSSL"
19952
elif "$HAS2_UDS"; then
19953
openssl_bin="$OPENSSL2"
0 commit comments