From 6678d2dedcfe613edc10f3d24be1f27644742ec5 Mon Sep 17 00:00:00 2001 From: Sullo Date: Mon, 5 May 2025 14:42:13 -0400 Subject: [PATCH] Lowercase URL to match 'HTTPS:///' --- testssl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testssl.sh b/testssl.sh index 6897c4c..84ae556 100755 --- a/testssl.sh +++ b/testssl.sh @@ -21689,6 +21689,7 @@ parse_hn_port() { local node_tmp="" NODE="$1" + NODE="${NODE,,}" # Lowercase NODE="${NODE/https\:\/\//}" # strip "https" NODE="${NODE%%/*}" # strip trailing urlpath