Skip to content

Commit ce85800

Browse files
SNOW-2026002: Change invalid TLD to be RFC compliant (#2288)
1 parent 4d76968 commit ce85800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/connector/connection_diagnostic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def __check_for_proxies(self) -> None:
579579
cert_reqs=cert_reqs,
580580
)
581581
resp = http.request(
582-
"GET", "https://nonexistentdomain.invalidtld", timeout=10.0
582+
"GET", "https://nonexistentdomain.invalid", timeout=10.0
583583
)
584584

585585
# squid does not throw exception. Check HTML

0 commit comments

Comments
 (0)