]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
SSLv2 is dead. Pease leave it at that.
authorIgor Galić <igalic@apache.org>
Fri, 20 Apr 2012 00:57:33 +0000 (00:57 +0000)
committerIgor Galić <igalic@apache.org>
Fri, 20 Apr 2012 00:57:33 +0000 (00:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328163 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/ssl/ssl_howto.xml
docs/manual/ssl/ssl_howto.xml.fr

index e69b311064e32e92b2858d94833544e85b05a15e..46c412a522d0ddb74e4cbd260a1020a116ec0970 100644 (file)
@@ -92,7 +92,7 @@ URL?</title>
     This can be done as follows:</p>
     <example>
       # be liberal in general<br />
-      SSLCipherSuite ALL:!aNULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL<br />
+      SSLCipherSuite ALL:!aNULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP:+eNULL<br />
       <br />
       &lt;Location /strong/area&gt;<br />
       # but https://hostname/strong/area/ and below<br />
index 04e7e9c3520839f888ef6526741e5ee4b2346c65..5d5fd27b0bb5107f89c951de3e49e0385e5e6805 100644 (file)
@@ -105,7 +105,7 @@ acc&eacute;der &agrave; une URL particuli&egrave;re ?</title>
     Cette configuration peut se pr&eacute;senter comme suit :</p>
     <example>
       # soyons tr&egrave;s tol&eacute;rant a priori<br />
-      SSLCipherSuite ALL:!aNULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL<br />
+      SSLCipherSuite ALL:!aNULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP:+eNULL<br />
       <br />
       &lt;Location /strong/area&gt;<br />
       # sauf pour https://hostname/strong/area/ et ses sous-r&eacute;pertoires<br />