Hey there,
I own a domain with a German special character (Umlaut) in it, e.g. sth like über-mich.de
. Traefik seems to not be able to handle the "ü" as I get the errors
error while adding rule Host(`<domain>`): error while adding rule Host: invalid value \"<domain>\" for Host matcher, non-ASCII characters are not allowed
error while adding rule HostSNI(`<domain>`): invalid value for HostSNI matcher, \"<domain>\" is not a valid hostname
Is there any way to use such a domain with Traefik? I can obtain a valid Let's Encrypt certificate through Traefik, it's just rule registration that doesn't like it
David