• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved SSL Error

nate

Basic Pleskian
Hi,

I'm using the Let's Encrypt extension and on older browsers receiving the error:
ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY

I've just managed to get it working using the following in nginx directives:
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers EECDH+CHACHA20:EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5;
ssl_prefer_server_ciphers on;

Is this the best way to achieve this?

Thanks
 
Back
Top