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>
This commit is contained in:
parent
aa84770347
commit
88acc9bd53
|
|
@ -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