Disable SSL3 in wordpress
This commit is contained in:
parent
9584948069
commit
9e3ecaa260
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue