• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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