@TSupport wrote:
Hi,
We were trying to setup nginx for a reverse proxy for our network, but in my searching for answers to a problem I have been told that HAProxy would be the better tool. What we are trying to do is we have multiple servers behind 1 IP address that we want to serve via domains. The 2 main issues is 1 server is and exchange server which nginx does not pass the logins correctly. the 2nd server is no ssl only http but we want to have the HAProxy do ssl and then pass to http
From what I have read, for the exchange server we need to do SSL passthrough, but for the second server, we need to do SSLTermination. Can these be configured on one copy of HAProxy?
- CLIENT (https) — > (https) HAPROXY — > (https) EXCHANGE SERVER
2 CLIENT (https) — > (https) HAPROXY — > (http) WEBSITE
I just wanted to find out if this is possible before I get too far. Any suggestions or examples would be welcomed.
Thanks.
Posts: 1
Participants: 1