You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generally, DNS hostnames are expected to be case-insensitive. Just use foo.bar instead. Your browser won't allow you to go to https://GOOGLE.COM either.
nightkr
changed the title
Valid domain names rejected
Upper-case characters not allowed in domain names
May 14, 2025
Affected version
main
Current and expected behavior
Users are getting error messages such as
the given hostname "FOO.BAR" is not a valid hostname, which needs to be either a domain name or IP address
Semms like this has worked in the past (nor certain what SDP version exactly).
IMHO RFC 1035 allows such domains, so we should relax our regexes.
Possible solution
No response
Additional context
No response
Environment
No response
Would you like to work on fixing this bug?
None
The text was updated successfully, but these errors were encountered: