Add note about POODLE attack against SSLv3
This commit is contained in:
parent
25cbfb8942
commit
fe256f3be7
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue