7 Replies
i am using namecheap NS, will try cloudflare now
i managed to get cloudflare letsencrypt setuip but still getting the traefik HostSNI error, even though i see no HostSNI rules in the generated config. any idea?
i had to also update main traefic config so:
ok look slike only cloudflare ENV variables were really needed, conf is fine as is
still getting
probably need to either specify main/sans OR use this https://doc.traefik.io/traefik/routing/routers/#host-and-hostregexp
Traefik Routers Documentation - Traefik
In Traefik Proxy, a router is in charge of connecting incoming requests to the Services that can handle them. Read the technical documentation.
plus this https://github.com/devongovett/regexgen
GitHub
GitHub - devongovett/regexgen: Generate regular expressions that ma...
Generate regular expressions that match a set of strings - devongovett/regexgen
to combine all hostnames for a service into 1 regex
ok i had to write custom traefik config, seems like it shoudl be easy enough to automate via UI tho
@max.d can you show how your final traefik config looks like?
Did you update
traefik.yaml
as well?
@max.d
The routing works, but there is no wildcard certificate generated. I set the corresponding Environment Variables for my DNS provider in the traefik environment. Do I have to set something else?
I got it working. Thank you for your config