I disabled forgery protection using
config.action_controller.allow_forgery_protection = false

Now I don't get the error, but logging in kicks me back to the index
page. Interestingly it looks like anything related to sessions is not
working properly.

On Jul 17, 10:27 pm, asuranzala <asuranz...@gmail.com> wrote:
> Using some strategic puts, it appears as tho the auth token is
> expiring immediately. Whatever token is returned form the form is
> always different from the one being verified against.
>
> On Jul 17, 7:59 pm, Robert Kirchgessner <asuranz...@gmail.com> wrote:
>
>
>
>
>
>
>
> > I had Gitorious up and running on Friday. Following a restart, things
> > stopped working. For some reason my SSL connection would return
> > ssl_rx_record_too_long or somewhere along those lines. I went ahead
> > and disabled the use_ssl flag in my gitorious.yml file... Then I
> > started to get the dreaded error message
> > "ActionController::InvalidAuthenticityToken" on login from the server,
> > followed by a "Something went wrong" message on the web browser.
>
> > I have looked this error up for the entire day trying to figure out
> > what could be going wrong. I checked my hosts file and I have the
> > server entry in there -- which other people have reported fixing their
> > problems. I also verified my cookie_secret was a single line from apg -
> > m 64.
>
> > Anything I can try next?

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to