Traefik as reverse proxy and ssl

Hi, I want to configure traefik with lets encrypt support and terminate the ssl connection at trafik and forward the reauests via http to 3 web servers behind traefik. How do I configure the domain name for traefik?

Hello @wolftobias,

I would advise you start by configuring traefik to route by domain name using self signed certificates first, and then enabling letsencrypt once you get everything up and running.

I would start by looking at the documentation: (https://docs.traefik.io/v1.7/basics/) to see some of the routing options.

There are a few examples listed under the frontend/matchers section that demonstrate how different matchers can be used to route different hosts/paths to different backends.