I have setup my DNS A records so that *.mydomain.com and mydomain.com both point to my easypanel installation. I now want to expose an application on both www.mydomain.com and on mydomain.com, however, on the root domain the app is never shown and instead I am presented with an SSL error.
Is this a limiting factor of the way Easypanel is setup? I sadly couldn't find any documentation regarding the innerworkings of Traefik with Easypanel, and when I dove into the Traefik configurations Easypanel generated on my VPS I found some weird stuff (a main.yaml containing a JSON configuration for example).
I've setup the domains like this:
Domain 1: Host=www.mydomain.com, path=/, port=80
Domain 2: Host=mydomain.com, path=/, port=80
If I could get any pointers into a solution, I will gladly create a documentation PR :)