SSL_ERROR_RX_RECORD_TOO_LONG
-
- Posts: 35
- Joined: Sat Jun 25, 2016 6:56 pm
SSL_ERROR_RX_RECORD_TOO_LONG
I have completely re-installed my VestaCP server and I have thus gone from NGINX to Apache2.
Now I set the first host with Lets'Encrypt and get in the FF this error: SSL_ERROR_RX_RECORD_TOO_LONG
What can I do?
Now I set the first host with Lets'Encrypt and get in the FF this error: SSL_ERROR_RX_RECORD_TOO_LONG
What can I do?
Re: SSL_ERROR_RX_RECORD_TOO_LONG
Try to specify the Cipher:
or
(c) https://github.com/skurudo/nginx-a-plus-config-parts
Code: Select all
AES256+EECDH:AES256+EDH:!aNULL;
Code: Select all
ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-SHA256:ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA:DHE-RSA-CAMELLIA256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA:DHE-RSA-CAMELLIA256-SHA:ECDH-RSA-AES256-SHA:CAMELLIA256-SHA:AES256-SHA;
Re: SSL_ERROR_RX_RECORD_TOO_LONG
I got the same problem after reinstallation of Vesta on my VPS. Guess it could be my faulty filling the ssl blanks when setting up the new site?
I'll try skurudo' solution then.
I'll try skurudo' solution then.