Skip to content

Commit 93bb0fd

Browse files
author
Alexander Wenzowski
committed
fix(router): disable SSLv3 CVE-2014-3566
This can break compatibility with IE6. Good news everyone! Microsoft released [a fix]. Tell your raging dinos to download [the msi]. Or just don't enforce ssl. For more see https://disablessl3.com/ [a fix]: https://support.microsoft.com/kb/3009008 [the msi]: http://go.microsoft.com/?linkid=9863266
1 parent b2ce935 commit 93bb0fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

router/image/templates/deis.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ listen 80;
66
listen 443 ssl spdy;
77
ssl_certificate /etc/ssl/deis.cert;
88
ssl_certificate_key /etc/ssl/deis.key;
9+
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
910
{{ end }}

0 commit comments

Comments
 (0)