Skip to content

Commit 1b6a049

Browse files
committed
special-case 127.0.0.1 uris
1 parent 71b545b commit 1b6a049

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/generate-uri.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ update_uri() {
1515
if [[ "$ORIG_URI" == "" ]]; then
1616
return
1717
fi
18+
# The rustls library requires a domain name.
19+
ORIG_URI=$(echo "$ORIG_URI" | sed s/127.0.0.1/localhost/)
1820
if [[ "$ORIG_URI" == *"?"* ]]; then
1921
ORIG_URI="${ORIG_URI}&"
2022
else

0 commit comments

Comments
 (0)