Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 10031 invoked by uid 500); 1 Apr 2002 19:40:14 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 10020 invoked from network); 1 Apr 2002 19:40:14 -0000 Date: 1 Apr 2002 19:40:13 -0000 Message-ID: <20020401194013.37213.qmail@icarus.apache.org> From: dougm@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/perl-framework/t/conf/ssl proxyssl.conf.in X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dougm 02/04/01 11:40:13 Modified: perl-framework/t/conf/ssl proxyssl.conf.in Log: setup another vhost for proxyssl with SSLEngine On so we can test https <-> https Revision Changes Path 1.7 +20 -0 httpd-test/perl-framework/t/conf/ssl/proxyssl.conf.in Index: proxyssl.conf.in =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/t/conf/ssl/proxyssl.conf.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- proxyssl.conf.in 30 Mar 2002 06:46:52 -0000 1.6 +++ proxyssl.conf.in 1 Apr 2002 19:40:13 -0000 1.7 @@ -1,6 +1,26 @@ + #here we can test http <-> https + #these are not on by default in the 1.x based mod_ssl + + SSLProxyEngine On + SSLProxyMachineCertificateFile @SSLCA@/asf/proxy/client_ok.pem + SSLProxyCACertificateFile @SSLCA@/asf/certs/ca.crt + SSLProxyVerify on + SSLProxyCARevocationFile @SSLCA@/asf/crl/ca-bundle.crl + + + + ProxyPass / https://@proxyssl_url@/ + ProxyPassReverse / https://@proxyssl_url@/ + + + + #here we can test https <-> https + + SSLEngine on + #these are not on by default in the 1.x based mod_ssl SSLProxyEngine On