Thank you both for your answer.
No matter how long I searched the internet there is not a simple answer if even this is possible. Everyone says something like:
backend mybackendname
server my1stServer xxx.xxx.xxx.xxx:443 ssl verify none
I do not undestand though if let's say my frontend answers at
https://mysite.com, if I do the above and the server at xxx.xxx.xxx.xxx has also a reverse proxy how would he be able to divert the request to the right container if it does so. I though that I have to have different backends and rewrite host header when I redirect to each one of them in roundrobin but then I have put my mind together and realized that roundrobin is already in the backend, I searched though the idea of resetting the Host header and I came in to this answer in serverfault.com. I am too exhausted thought to try it now... Maybe later.
I am exploring the use of HAProxy as a balancer in front of a set of web apis that run on IIS. node1.myapp.mycompany.com node2.myapp.mycomapny.com We are currently using Host Headers to correctly r...
Maybe the answer is this but I cannot check it now:
backend mybackendname
http-send-name-header Host
server srv1-ldblnc.mysite.com srv1-ldblnc.mysite.com:443 ssl verify none