[fix] set a proper SSLCipherSuite, removes SSLv3 (poodle protection)

This commit is contained in:
Benjamin Sonntag 2014-11-27 15:04:40 +01:00
parent 5bda690926
commit 07e790524d
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
SSLHonorCipherOrder on
SSLCipherSuite ALL:!aNULL:!eNULL:!LOW:!EXP:!RC4:!3DES:+HIGH:+MEDIUM
SSLProtocol all -SSLv2 -SSLv3
<VirtualHost *:443>
AssignUserId www-data www-data