(didn't know in which category to post, so if a mod wants to move it in a more appropriate place, this is fine, of-course)
Hi,
I would like to:
- set up a frontend server (F),
- two backend servers (B1) and (B2),
- I would like the TLS handshake and encryption to be achieved at the level of the backends.
How to make so the Frontend forwards the traffic "transparently"?
I can do this using iptable, but I'd like something a bit more flexible, with fallback, if a backend server is unavailable.
However, when I check reverse proxies like HAProxy, Nginx, etc... each time, it's the front end which is handling the TLS process.
I don't know if I am clear , I am confusing myself :)
Regards,