Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 12352 invoked from network); 23 Jun 2005 23:44:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jun 2005 23:44:39 -0000 Received: (qmail 1723 invoked by uid 500); 23 Jun 2005 23:44:27 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 1709 invoked by uid 500); 23 Jun 2005 23:44:27 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 1696 invoked by uid 99); 23 Jun 2005 23:44:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2005 16:44:27 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [205.227.150.16] (HELO ussm001a.mmsa.com) (205.227.150.16) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2005 16:44:27 -0700 In-Reply-To: <8C29B2F93BAE9047A906EF6D6F9C5D4330794B@exchange2k301.gaia.fr> To: users@httpd.apache.org MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.1 January 21, 2004 Message-ID: From: Jignesh Badani Date: Thu, 23 Jun 2005 16:42:53 -0700 X-MIMETrack: Serialize by Router on USSM001A/M/MMCX(Release 6.5.4|March 27, 2005) at 06/23/2005 04:44:03 PM, Serialize complete at 06/23/2005 04:44:03 PM Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] Questions about reverse proxy with https X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=20 self-signed certificate and for Apache (mod=5Fproxy) to like the self-signe= d=20 cert from a no-name CA, you will need to add the following 2 directives to = your virtual in addition to the one above: SSLProxyVerify optional=5Fno=5Fca SSLProxyVerifyDepth 1 The above tells mod=5Fproxy that the backend may or may not present a valid= =20 cert from a trusted CA ! Thanks - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -=20 - -=20 - Jignesh Badani Intranet/Extranet Technical Services Mitsubishi Motors North America Cypress, CA, 90630 (W) - 714-934-3563=20 Axel-St=E9phane SMORGRAV =20 06/22/2005 11:53 AM Please respond to users@httpd.apache.org To cc Subject RE: [users@httpd] Questions about reverse proxy with https Yes this is possible. From memory the only thing you need is to set=20 "SSLProxyEngine On". Take a look at the mod=5Fssl documentation at=20 httpd.apache.org. -ascs -----Original Message----- From: Carlo Montanari [mailto:carlo.montanari@t-systems.it]=20 Sent: Wednesday, June 22, 2005 12:43 PM To: users@httpd.apache.org Subject: [users@httpd] Questions about reverse proxy with https Hi list. I'm in the process of building a reverse proxy architecture based on=20 Apache with mod=5Fproxy, in order to publish on the Internet an internal=20 website now residing only on our Intranet. The site is quite critical, so it's required that it must be available=20 externally only in https. So far so good. Now some people in our management are requiring that also the=20 communication between the reverse proxy and the internal site must be=20 encrypted, and this is raising some doubts to me as I have never worked=20 with such a configuration. Please anybody can help me with any hint? First of all, is it possible at all to implement this with mod=5Fproxy? If so, is there any documentation about it? Any thoughts about the matter? Thanks, Carlo --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org