You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by jo...@apache.org on 2004/02/18 22:08:49 UTC

cvs commit: httpd-test/perl-framework/t/conf/ssl proxyssl.conf.in

jorton      2004/02/18 13:08:49

  Modified:    perl-framework/t/conf/ssl proxyssl.conf.in
  Log:
  Fix t/ssl/proxy.t tests which could fail spuriously depending on ordering
  of files within t/conf/ssl/ca/asf/proxy/.
  
  Submitted by: Sander Temme <sa...@temme.net>
  
  Revision  Changes    Path
  1.12      +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.11
  retrieving revision 1.12
  diff -w -d -u -r1.11 -r1.12
  --- proxyssl.conf.in	2 May 2002 19:25:52 -0000	1.11
  +++ proxyssl.conf.in	18 Feb 2004 21:08:49 -0000	1.12
  @@ -34,8 +34,8 @@
           #these are not on by default in the 1.x based mod_ssl
           <IfDefine APACHE2>
               SSLProxyEngine On
  -            #SSLProxyMachineCertificateFile @SSLCA@/asf/proxy/client_ok.pem
  -            #client_ok.pem should be loaded first
  +            # ensure that client_ok.pem is picked first:
  +            SSLProxyMachineCertificateFile @SSLCA@/asf/proxy/client_ok.pem
               SSLProxyMachineCertificatePath @SSLCA@/asf/proxy
               SSLProxyCACertificateFile @SSLCA@/asf/certs/ca.crt
               SSLProxyVerify on