Skip to content

Commit

Permalink
Merge pull request #563 from rafael/patch-1
Browse files Browse the repository at this point in the history
Update kong.yml to protect from POODLE ssl attack.
  • Loading branch information
thibaultcha committed Sep 29, 2015
2 parents 8e96825 + 9579515 commit 632886f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kong.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ nginx: |
ssl_certificate {{ssl_cert}};
ssl_certificate_key {{ssl_key}};
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;# omit SSLv3 because of POODLE (CVE-2014-3566)
location / {
default_type 'text/plain';
Expand Down

0 comments on commit 632886f

Please sign in to comment.