Kiitos kaikille.
Problem solved.
http:
routers:
host_http_host201.srv.xxx.xx:
service: service-host_http_host201.srv.xxx.xx
rule: "Host(`host201.srv.xxx.xx`)"
entryPoints:
- http
services:
service-host_http_host201.srv.xxx.xx:
loadBalancer:
servers:
- url: "http://172.16.10.2"
passHostHeader: tru
tcp:
routers:
routes_tcp_host201.srv.xxx.xx:
service: service_tcp_host201.srv.xxx.xx
rule: "HostSNI(`host201.srv.xxx.xx`)"
entryPoints:
- https
tls:
passthrough: true
services:
service_tcp_host201.srv.xxx.xx:
loadBalancer:
servers:
- address: "172.16.16.2:443"