Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

puma

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

like image 688
iarobinson Avatar asked Oct 16 '22 00:10

iarobinson


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.

like image 82
iarobinson Avatar answered Oct 22 '22 10:10

iarobinson