X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=installation%2Fpleroma.nginx;h=1a6e1d56f4f41f9db7ac6eca775da87890069eba;hb=44dc6948823f5e26ede427d3348fef72129f3f4d;hp=1bdb95ab48566681695dff754cfbaa25897bfe28;hpb=9112eda14ffa203eeca1d129d6739840f684569d;p=akkoma diff --git a/installation/pleroma.nginx b/installation/pleroma.nginx index 1bdb95ab4..1a6e1d56f 100644 --- a/installation/pleroma.nginx +++ b/installation/pleroma.nginx @@ -12,7 +12,7 @@ server { ssl_certificate /etc/letsencrypt/live/exmaple.tld/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/example.tld/privkey.pem; - ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2; + ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers "HIGH:!aNULL:!MD5 or HIGH:!aNULL:!MD5:!3DES"; ssl_prefer_server_ciphers on;