Page 1 of 1
SSL_ERROR_RX_RECORD_TOO_LONG
Posted: Sat Dec 17, 2016 9:14 am
by web-seo-consulting
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?
Re: SSL_ERROR_RX_RECORD_TOO_LONG
Posted: Tue Mar 14, 2017 2:37 pm
by skurudo
Try to specify the Cipher:
or
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;
(c)
https://github.com/skurudo/nginx-a-plus-config-parts
Re: SSL_ERROR_RX_RECORD_TOO_LONG
Posted: Thu Mar 08, 2018 3:05 am
by baoang
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.