Reverse Proxy Server SSL?
Posted
by
valveLondon
on Server Fault
See other posts from Server Fault
or by valveLondon
Published on 2012-12-17T20:24:11Z
Indexed on
2012/12/17
23:04 UTC
Read the original article
Hit count: 187
Context
- We currently have an Apache web server in the DMZ set up as a reverse proxy and load balancer for two machines running Windows Server 2008 (IIS) inside.
- The Apache server has a genuine SSL certificate and serves up both http and https, however, the balancer members in the load balancing section are set to: BalancerMember {https://server1} and
{https://server2}. - The IIS web servers have self-signed certificates in order to respond to the https requests.
My question: Do we need to forward any requests from Apache (in the DMZ) to the inside using SSL?
e.g can the reverse proxy forward the requests using HTTP? and if so, why would I choose to forward them with SSL? (how secure is the http line between the dmz and the inside);
In other words, can I totally disable SSL on my inside web servers?
© Server Fault or respective owner