Skip to content

Commit 5719fcc

Browse files
authored
Merge pull request #2757 from sullo/3.2
Lowercase URL to match 'HTTPS://<server>/'
2 parents 70fd83f + 6678d2d commit 5719fcc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testssl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21689,6 +21689,7 @@ parse_hn_port() {
2168921689
local node_tmp=""
2169021690

2169121691
NODE="$1"
21692+
NODE="${NODE,,}" # Lowercase
2169221693
NODE="${NODE/https\:\/\//}" # strip "https"
2169321694
NODE="${NODE%%/*}" # strip trailing urlpath
2169421695

0 commit comments

Comments
 (0)