Domains with german "Umlaute" like Ö,Ä,Ü throws errors and broke NGINX config. #136

Closed
opened 2026-04-05 20:25:33 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @DGINXREAL on 1/23/2025

CloudPanel version(s) affected

2.5.0

Description

Cloudpanel try to setup domains with "Umlaute", this brokes the webserver

How to reproduce

Try to setup a site with an Ö,Ä or Ü Symbol inside Domain Name.

Possible Solution

It makes sense to convert the domain to punycode.

I mean from testdömäin.com to xn--testdmin-5za2p.com

Additional Context

https://www.punycoder.com/
https://datatracker.ietf.org/doc/html/rfc3492

*Originally created by @DGINXREAL on 1/23/2025* ### CloudPanel version(s) affected 2.5.0 ### Description Cloudpanel try to setup domains with "Umlaute", this brokes the webserver ### How to reproduce Try to setup a site with an Ö,Ä or Ü Symbol inside Domain Name. ### Possible Solution It makes sense to convert the domain to punycode. I mean from `testdömäin.com` to `xn--testdmin-5za2p.com` ### Additional Context https://www.punycoder.com/ https://datatracker.ietf.org/doc/html/rfc3492
Sign in to join this conversation.