Secure Connection Failed

Secure Connection Failed

An error occurred during a connection to localhost:82. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG

I have specified the hostname and the port number inside site_config.json.

Why am I getting this error?

Regards
Uma

Hi @UmaG

Add the ssl_certificate and ssl_certificate_key in the site_config.json file, for more details please check below links

I have also been facing these issues. This error occurs when an HTTPS request is sent to a server that is not set up for SSL on the specified port. Ensure your server is correctly configured for HTTPS on port 82 or switch to HTTP.

Check out this helpful resource https://certera.com/kb/how-to-fix-the-ssl_error_rx_record_too_long-error-in-firefox/ for SSL setup guides.