Hi,
I read trough some support pages and documentation, however I did never find any statement if name based virtual hosting is working with traefik.
My scenario is the following
I only have one public IP available and I want to use the Port 443 for all connections and want to forward for example 3 subdomains to 3 different backends.
f.e.:
external: 172.16.100.100 Port 443
is having an A record of web.example.com, cloud.example.com, document.example.com
Internal 1: 192.168.1.10
Internal 2: 192.168.1.11
Internal 3: 192.168.1.12
so if want to access ttps://web.example.com
I should first get to the traefic server, then it should forward the traffic to Internal server 1.
If I want to get to ttps://cloud.example.com
it should go to Internal 2
and ttps://document.example.com
to internal server 3.
I have read that traefik can do Let's Encrypt handling and hosting the certificates too, however is this working with this scenario or am I better off with apache or nginx/openresty?
If traefik can do that, is there any example configs I can check?
thanks devzero