[symfony-users] Re: Need help with symfony redirection problem/bug

2009-09-27 Thread Alexandru-Emil Lupu
Hi! Usually, the problem encountered here is visible when you have in your apps/appname/config/security.yml a setting like is_secure: on, or if in the module you're trying to access you have same config option. Please try to authentificate, and check to see if you encounter this problem again.

[symfony-users] Re: Need help with symfony redirection problem/bug

2009-09-27 Thread Alexandru-Emil Lupu
Also, you might try to disable that require ssl for signing and check if you are able to login. It seems that you want to authentificate, but, your ssl is not configured properly or it does not exist. Alecs On Sun, Sep 27, 2009 at 2:08 PM, Alexandru-Emil Lupu gang.al...@gmail.comwrote: Hi!

[symfony-users] Re: Need help with symfony redirection problem/bug

2009-09-27 Thread Steve the Canuck
Hi, I think the require_ssl is a bit of a red herring here. The main thing I see in the require_ssl debug points I added is that for some reason the framework thinks my current action is signin whereas it should be something else, since I already signed in and I performed a number of other