• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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