[fix] set a proper SSLCipherSuite, removes SSLv3 (poodle protection)
This commit is contained in:
parent
5bda690926
commit
07e790524d
|
@ -1,3 +1,8 @@
|
||||||
|
|
||||||
|
SSLHonorCipherOrder on
|
||||||
|
SSLCipherSuite ALL:!aNULL:!eNULL:!LOW:!EXP:!RC4:!3DES:+HIGH:+MEDIUM
|
||||||
|
SSLProtocol all -SSLv2 -SSLv3
|
||||||
|
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
AssignUserId www-data www-data
|
AssignUserId www-data www-data
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue