We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Everything is working properly on my heroku app, but now when I try to run the app on my localhost I get the following error in my browser window:
Secure Connection Failed
An error occurred during a connection to localhost:3000. SSL received a record that exceeded the maximum permissible length.
Error code: SSL_ERROR_RX_RECORD_TOO_LONG
Any tips? I tried adding
if (app.get("env") === "production") { app.use(enforce.HTTPS({ trustProtoHeader: true })); }
It did not work. Thanks!
The text was updated successfully, but these errors were encountered:
I have now uninstalled sslify, and removed all the related lines of code, and I still can't run the app on localhost:3000! I'm not sure what to do.
Sorry, something went wrong.
Ok, figured it out, deleted all history and data, now it works.
Followed the advice here: https://kinsta.com/knowledgebase/ssl_error_rx_record_too_long/
Actually this only helped to allow me to use the localhost if I keep sslify uninstalled. When I tried to reinstall it, the same problem re-occurred.
No branches or pull requests
Everything is working properly on my heroku app, but now when I try to run the app on my localhost I get the following error in my browser window:
Secure Connection Failed
An error occurred during a connection to localhost:3000. SSL received a record that exceeded the maximum permissible length.
Error code: SSL_ERROR_RX_RECORD_TOO_LONG
Any tips? I tried adding
It did not work. Thanks!
The text was updated successfully, but these errors were encountered: