Hello,
I want know if it’s possible to connect to the backend server based on the protocol which was used in the frontend.
So for example a client requests the page with http://page.com i want to set the backend port 80 for the backend server and use HTTP as well. When the client connects with HTTPS, the backend should also be requested with SSL port 443.
It’s probably working with two different backends for ex. be_http and be_https but maybe there is a solution with only one backend and some kind of a port variable ?
Thanks in advance!
1 post - 1 participant