Re: [us...@httpd] SSL Reverse Proxy

2010-01-29 Thread Brian Mearns
On Thu, Jan 28, 2010 at 5:34 AM, Matus UHLAR - fantomas uh...@fantomas.sk wrote: On 26.01.10 15:28, Brian Mearns wrote: I'm looking for some clarification on how to setup a reverse proxy that supports SSL/TLS. My understanding is as follows (please correct me if I'm wrong): 1. Client connects

Re: [us...@httpd] SSL Reverse Proxy

2010-01-28 Thread Matus UHLAR - fantomas
On 26.01.10 15:28, Brian Mearns wrote: I'm looking for some clarification on how to setup a reverse proxy that supports SSL/TLS. My understanding is as follows (please correct me if I'm wrong): 1. Client connects with SSL, mod_ssl handles this 2. mod_proxy handles generating a proxy-request

RE: [us...@httpd] SSL Reverse Proxy

2010-01-27 Thread Emmanuel Bailleul
-Message d'origine- De : mearn...@gmail.com [mailto:mearn...@gmail.com] De la part de Brian Mearns Envoyé : mardi 26 janvier 2010 21:28 À : users@httpd.apache.org Objet : [us...@httpd] SSL Reverse Proxy I'm looking for some clarification on how to setup a reverse proxy

[us...@httpd] SSL Reverse Proxy

2010-01-26 Thread Brian Mearns
I'm looking for some clarification on how to setup a reverse proxy that supports SSL/TLS. My understanding is as follows (please correct me if I'm wrong): 1. Client connects with SSL, mod_ssl handles this 2. mod_proxy handles generating a proxy-request to the configured origin server 3.