18
0
Fork 0

amélioration par défaut pour SSL

This commit is contained in:
gcolpart 2016-10-26 17:57:33 +02:00
parent ddbbc85320
commit 20350b5492
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ MaxRequestsPerChild 0
AllowOverride None
Require all granted
</Directory>
<IfModule mod_ssl.c>
SSLProtocol all -SSLv2 -SSLv3
SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!RC4
</IfModule>
~~~
que l'on active à l'installation via la commande :