• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue SSL_ERROR_RX_RECORD_TOO_LONG

BNO

Basic Pleskian
Hi,

i create a SSL Certificate via Plesk Onyx (17.8.11), Letsencrypt without any Problems.
When i visit my site via https i get the following error:
SSL_ERROR_RX_RECORD_TOO_LONG

the website cant be accessed via https it seems no https service is running or so...
what can i do to solve this ?

best regards
 
Last edited:
Go to Tools&Settings>IP Addresses> your_IP_Address and try to set Default site to none there.
As I presume the IP is dedicated, only domain and one certificate can be associated with it.
 
How to fix ssl_error_rx_record_too_long in Firefox? Attempt HTTP: No proxy setting

Update Firefox

Disable Antivirus

Open Firefox in safe mode

Turn Off Firefox Add-ons

Refresh the Browser

Set security.tls.version.max to 0

Use a VPN

I found this solution here
 
Can you please give URl of site you experienced problem with (You can send it to me using PM). I would like to check problem more precisely.
Also you can do something on your own:
1. Trying full reconfiguration
Code:
plesk sbin httpdmng --reconfigure-all
2. Test web server listening 443 port
Code:
netstat -tulpn | grep 443
3. Check SSL support is enabled Open domain page > Hosting settings > SSL/TLS support checkbox enabled
 
I would like to chime in here:
Just had this issue, cleared firefox cache, I am on MAC OS. I cleared the dns : terminal -> sudo killall -HUP mDNSResponder

CMD SHIFT R in Firefox and this fixed my issue

** this was a newly pointed site via dns to my plesk server
 
Back
Top