You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: An error occurred during a connection to raghuwanshi.com. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG Error on console: HTTP parse error, malformed request (): #<Puma::HttpParserError: Invalid HTTP format, parsing fails
I don't know why it happens. I have verified SSL certificate and pointing my app to the domain without https properly. Where am I wrong?
Steps to reproduce
In testapp.conf define server definition:
server {
listen *:3009;
listen 443 ssl;
server_name www.abctest.com;
Error: An error occurred during a connection to raghuwanshi.com. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG
Error on console: HTTP parse error, malformed request (): #<Puma::HttpParserError: Invalid HTTP format, parsing fails
I don't know why it happens. I have verified SSL certificate and pointing my app to the domain without https properly. Where am I wrong?
I need to certify my app with SSL.
System configuration
Ruby version: 2.3.1
Rails version: 5.1.4
Puma version: 3.7
The text was updated successfully, but these errors were encountered: