dougm 02/03/29 22:21:42
Modified: perl-framework/t/conf/ssl proxyssl.conf.in
Log:
turn on SSLProxyVerify
Revision Changes Path
1.5 +2 -2 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- proxyssl.conf.in 30 Mar 2002 02:18:47 -0000 1.4
+++ proxyssl.conf.in 30 Mar 2002 06:21:42 -0000 1.5
@@ -5,8 +5,8 @@
<IfDefine APACHE2>
SSLProxyEngine On
SSLProxyMachineCertificateFile @SSLCA@/asf/proxy/client_ok.pem
- #SSLProxyCACertificateFile @SSLCA@/asf/certs/ca.crt
- #SSLProxyVerify on
+ SSLProxyCACertificateFile @SSLCA@/asf/certs/ca.crt
+ SSLProxyVerify on
</IfDefine>