From 84c2e04cbf34f69510a35fd7aadfc2d90fd1c3a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Igor=20Gali=C4=87?= Date: Fri, 20 Apr 2012 00:57:33 +0000 Subject: [PATCH] SSLv2 is dead. Pease leave it at that. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328163 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/ssl/ssl_howto.xml | 2 +- docs/manual/ssl/ssl_howto.xml.fr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml index e69b311064e..46c412a522d 100644 --- a/docs/manual/ssl/ssl_howto.xml +++ b/docs/manual/ssl/ssl_howto.xml @@ -92,7 +92,7 @@ URL? This can be done as follows:

# be liberal in general
- SSLCipherSuite ALL:!aNULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
+ SSLCipherSuite ALL:!aNULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP:+eNULL

<Location /strong/area>
# but https://hostname/strong/area/ and below
diff --git a/docs/manual/ssl/ssl_howto.xml.fr b/docs/manual/ssl/ssl_howto.xml.fr index 04e7e9c3520..5d5fd27b0bb 100644 --- a/docs/manual/ssl/ssl_howto.xml.fr +++ b/docs/manual/ssl/ssl_howto.xml.fr @@ -105,7 +105,7 @@ accéder à une URL particulière ? Cette configuration peut se présenter comme suit :

# soyons très tolérant a priori
- SSLCipherSuite ALL:!aNULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
+ SSLCipherSuite ALL:!aNULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP:+eNULL

<Location /strong/area>
# sauf pour https://hostname/strong/area/ et ses sous-répertoires
-- 2.47.2