Skip to content

Commit 84e44a4

Browse files
committed
systemvm: Prefer TLS over SSL in apache, POODLE workaround (CVE­2014­3566)
Just prefer TLS over SSL in apache configuration in systemvm Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> (cherry picked from commit 88acc9b) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 07ba078 commit 84e44a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • systemvm/patches/debian/config/etc/apache2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SSLProtocol -ALL +SSLv3 +TLSv1
1+
SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2
22
SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM

0 commit comments

Comments
 (0)