RE: [users@httpd] Questions about reverse proxy with https

2005-06-23 Thread Jignesh Badani
Yes, "SSLProxyEngine On" will do the trick. But Carlo, you want to keep in mind that for internal server(s), you will/should probably use a self-signed certificate and for Apache (mod_proxy) to like the self-signed cert from a no-name CA, you will need to add the following 2 directives to your

RE: [users@httpd] Questions about reverse proxy with https

2005-06-22 Thread Axel-Stéphane SMORGRAV
Yes this is possible. From memory the only thing you need is to set "SSLProxyEngine On". Take a look at the mod_ssl documentation at httpd.apache.org. -ascs -Original Message- From: Carlo Montanari [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 12:43 PM To: users@httpd.apache

[users@httpd] Questions about reverse proxy with https

2005-06-22 Thread Carlo Montanari
Hi list. I'm in the process of building a reverse proxy architecture based on Apache with mod_proxy, in order to publish on the Internet an internal website now residing only on our Intranet. The site is quite critical, so it's required that it must be available externally only in https. So far