• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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