Disable SSL3 in wordpress

This commit is contained in:
kpcyrd 2014-10-14 16:28:17 +02:00
parent 9584948069
commit 9e3ecaa260

View file

@ -28,7 +28,7 @@ server {
# Only strong ciphers in PFS mode
ssl_ciphers ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA;
ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
# Don't allow to get framed by sites that aren't on the same domain