You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2011/04/18 20:12:22 UTC

svn commit: r1094680 - /httpd/test/framework/trunk/t/conf/ssl/proxyssl.conf.in

Author: sf
Date: Mon Apr 18 18:12:22 2011
New Revision: 1094680

URL: http://svn.apache.org/viewvc?rev=1094680&view=rev
Log:
Fix configuration for non-SSLv2 openssl

Modified:
    httpd/test/framework/trunk/t/conf/ssl/proxyssl.conf.in

Modified: httpd/test/framework/trunk/t/conf/ssl/proxyssl.conf.in
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/conf/ssl/proxyssl.conf.in?rev=1094680&r1=1094679&r2=1094680&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/ssl/proxyssl.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/ssl/proxyssl.conf.in Mon Apr 18 18:12:22 2011
@@ -8,7 +8,7 @@
         <IfDefine APACHE2>
             SSLProxyEngine On
 
-            SSLProxyProtocol +SSLv2 +SSLv3 +TLSv1
+            SSLProxyProtocol All
             SSLProxyCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
 
             SSLProxyMachineCertificateFile @SSLCA@/asf/proxy/client_ok.pem