From 20350b5492243514d862c3adf76f128b4c53b6a2 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Wed, 26 Oct 2016 17:57:33 +0200 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20par=20d=C3=A9faut=20pour=20?= =?UTF-8?q?SSL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoApache.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HowtoApache.md b/HowtoApache.md index e5d7f53a..72752bf3 100644 --- a/HowtoApache.md +++ b/HowtoApache.md @@ -54,6 +54,10 @@ MaxRequestsPerChild 0 AllowOverride None Require all granted + +SSLProtocol all -SSLv2 -SSLv3 +SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!RC4 + ~~~ que l'on active à l'installation via la commande :