Hi. I have the following Setup.
APP -> Internal Haproxy -(HTTPS)-> external HAProxy -> APP The external HAProxy is configured with multiple TLS Vhost. I assume that when I add `server .... sni appinternal.domain.com` to the server line will be set the hostname field in the TLS session to this value. I'm not sure if this could work from the doc reading. https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#5.2-sni Could this work? Best regards Aleks

