SSL Record too long error

I have an API in dev mode and it’s started showing this SSL error:

SSL received a record that exceeded the maximum permissible length.

Error code: SSL_ERROR_RX_RECORD_TOO_LONG

The API worked fine before and I can’t find details why this error suddenly started or how to fix it. This is an Express REST API.

If you’re having trouble deploying an Express app, this guide can help.

You can also ask v0 for suggestions tailored to your own project setup.

Hello,

what is the domain? The issue you are experiencing, specifically the SSL_ERROR_RX_RECORD_TOO_LONG error, may be related to the use of a Corporate VPN, Proxy, Firewall, or an antivirus tool that could be interfering with your network connection. I recommend contacting your IT team for further investigation and resolution of this matter.

Thanks, I tried with another internet connection and it seems to work so perhaps that was the problem. I also shorted then domain name to https://cheese-demo2.vercel.app

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