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.
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.