mirror of https://github.com/apache/cloudstack.git
systemvm: Prefer TLS over SSL in apache, POODLE workaround (CVE20143566)
Just prefer TLS over SSL in apache configuration in systemvm
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 88acc9bd53)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
07ba078ee6
commit
84e44a4dba
|
|
@ -1,2 +1,2 @@
|
|||
SSLProtocol -ALL +SSLv3 +TLSv1
|
||||
SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2
|
||||
SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
|
||||
|
|
|
|||
Loading…
Reference in New Issue