cherokee / webserver

Cherokee Web Server
GNU General Public License v2.0
563 stars 104 forks source link

cherokee-admin: Cookie Nounce Failes #1030

Closed k0nsl closed 10 years ago

k0nsl commented 10 years ago

When launching cherokee-admin with the '-b' flag (bind to all interfaces), then accessing the webbased interface, it will ask for login credentials as usual, but fails with this message:

Cookie check failedNone

This was not an issue 24 hours ago. I tried clearing cookies - no go, tried it with another browser - same thing. Of course, I also restarted cherokee-admin and tested again. But it just displays that message after trying to login.

I could not find anything useful in any logs.

skinkie commented 10 years ago

Any specific Python version you are running?

k0nsl commented 10 years ago

Hi Mr. Konink, I'm on 2.6.6.

skinkie commented 10 years ago

The point is that the error "Cookie check failed" isn't part of the sourcecode. Which makes it difficult to figure out what is wrong.

k0nsl commented 10 years ago

Indeed. I also searched the source for this message and variations of it but it yielded nothing for me.

It is a strange thing to happen — because it worked 24 hours ago, and there's been no configuration changes that I can think of.

k0nsl commented 10 years ago

I never got to the root of the issue why that message would appear like it did. But it resolved itself by shutting down cherokee, then restarting it.