From: Igor Galić Date: Sat, 20 Nov 2010 21:45:50 +0000 (+0000) Subject: More fixes on Pr#50307 X-Git-Tag: 2.3.9~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4f319fdc85b5d8b2b3e1ddaa05b03ead0af88a9;p=apache More fixes on Pr#50307 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037337 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en index e76ecb3f5e..10400fc467 100644 --- a/docs/manual/ssl/ssl_howto.html.en +++ b/docs/manual/ssl/ssl_howto.html.en @@ -67,10 +67,7 @@ following directives.

Cipher Suites and Enforcing Strong Security

@@ -80,7 +77,7 @@ only?

The following enables only the strongest ciphers:

httpd.conf

- SSLProtocol all -SSLv3
+ SSLProtocol all -SSLv2
SSLCipherSuite HIGH:!ADH:!EXP:!MD5:!NULL

@@ -88,7 +85,7 @@ only? which are resonably secure, and fast:

httpd.conf

- SSLProtocol all -SSLv3
+ SSLProtocol all -SSLv2
SSLCipherSuite RC4-SHA:AES128-SHA:HIGH:!ADH:!EXP:!MD5:!NULL
SSLHonorCipherOrder on

diff --git a/docs/manual/ssl/ssl_howto.html.fr b/docs/manual/ssl/ssl_howto.html.fr index 147de2976a..885e08aa38 100644 --- a/docs/manual/ssl/ssl_howto.html.fr +++ b/docs/manual/ssl/ssl_howto.html.fr @@ -74,9 +74,6 @@ de haut niveau