Skip to content

Commit 6678d2d

Browse files
author
Sullo
committed
Lowercase URL to match 'HTTPS://<server>/'
1 parent 252cee6 commit 6678d2d

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)