Add note about POODLE attack against SSLv3

This commit is contained in:
Mike Almond 2014-10-15 11:22:09 -04:00
parent 25cbfb8942
commit fe256f3be7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Protect against the BEAST attack by not using SSLv3 at all. If you need to support older browsers (IE6) you may need to add
# Protect against the BEAST and POODLE attacks by not using SSLv3 at all. If you need to support older browsers (IE6) you may need to add
# SSLv3 to the list of protocols below.
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;