Error code: SSL_ERROR_RX_RECORD_TOO_LONG

Hi,
Today I upgraded Virtualmin and sites don’t work!! because of error

Secure Connection Failed

An error occurred during a connection to amailen.com. SSL received a record that exceeded the maximum permissible length.

Error code: SSL_ERROR_RX_RECORD_TOO_LONG

How to fix it ?? This is production server ehhhhhh :frowning:

Operating system Ubuntu Linux 20.04.6
Webmin version 2.105
Usermin version 2.005
Virtualmin version 7.10.0

Authentic theme version 21.09.5

Time on system Friday, April 12, 2024 12:33 PM Kernel and CPU Linux 5.4.0-174-generic on x86_64

Curl gives the same error:

loocek@lapek~ $ curl -I https://amailen.com
curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number
loocek@lapek~ $

I haven’t changed anyting - just upgrade.

The site works fine for me. SSL_ERROR_RX_RECORD_TOO_LONG is a browser error. Try clearing your history and cache.

@popmay is right

but you can also try another browser.

I assume this is fixed, because I can curl that site just fine.

$ curl -I https://amailen.com
HTTP/2 200 
last-modified: Thu, 14 Mar 2024 09:59:04 GMT
etag: "26e0-6139bf104139e"
accept-ranges: bytes
content-length: 9952
vary: Accept-Encoding
content-type: text/html
date: Fri, 12 Apr 2024 16:36:30 GMT
server: Protected by COMODO WAF mod_fcgid/2.3.9

Yes its fixed. It was my fault sorry. There was some mess with default SSL site let say, after tidying up all works.

Command apachectl -S helped me to find out what is going on.
Thank you.

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.