Are you trying to open an SSL connection to a non-SSL Puma?

Viewed 5638

After working on getting a new project to work, I found that for some reason I couldn't start my rails server. I kept getting the following error:

HTTP parse error, malformed request: #<Puma::HttpParserError: Invalid HTTP format, parsing fails. Are you trying to open an SSL connection to a non-SSL Puma?>

1 Answers

I was able to solve this problem by clearing my browsing history, cookies and saved images.

Click ... More tools Clear Browsing Data

Delete everything since the beginning of time.

Related