SSL Login issues after logging out

Kevin Neibarger, modified 4 Years ago. Regular Member Posts: 105 Join Date: 2/2/18 Recent Posts

Currently, I'm having issues that just seemed to crop up when Logging out and then trying to log back into my localhost liferay bundle. I'm using Liferay 6.2 GA6

liferay-portal-tomcat-6.2-ce-ga6-20160112152609836

I see this screen when trying to log in

I don't have any SSL certs set up because I don't need any, I've been using this version of 6.2 for a few months with no issues. I haven't made any configuration changes or browser changes. I see this in the catalina.out

INFO: Error parsing HTTP request header

 Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.

My only solution is to remove my tomcat bundle and re-install from the ZIP. This is very frustrating! Anyone know what's going on here? 

thumbnail
Olaf Kock, modified 4 Years ago. Liferay Legend Posts: 6441 Join Date: 9/23/08 Recent Posts

You're accessing localhost:8080 through https - that's likely to fail in exactly the way you document. If you access it through http (no "s"), it probably works (if you really meant to access localhost)

Try to figure out where the URL is generated. It might be the hostname that's wrong (if you started on a different hostname) or the protocol