Hi, I am looking to configure multiple domain websites running on different VMs with their own certificates. I have configured one TCP router as for one website I want a passthrough because VM web server supports it. for another website that is on a different domain, I wanted a tls termination through an Http router so the call to VM web server goes as plain http instead of https. I am hitting multiple issues please can someone help me set this up. in TCP router for setting the riles only HostSNI(*) works if I put "HostSNI(xyz.domain)" and it doesn't work may be unable to read the SNI? * means for all domains it gets executed where I wanted this TCP router to execute only for one domain and not for both.
Important to note for both websites the https request is coming through ISP router on port 443 hence I wanted Traefik to do magic for both websites.
Thank you in advance