I tried using that plugin tonight as well and ran into the exact same problem.
The solution, I discovered, is very simple - whenever you have require_ssl anywhere, you have to put allow_ssl: true as well. For some insane reason it appears defaults to false (you would assume something like that would be true by default). It's not mentioned in the documentation anywhere but adding allow_ssl: true solved the infinite redirection loop for me. Hope that helps, Marli On Jul 3, 7:05 am, "Jonathan H. Wage" <[EMAIL PROTECTED]> wrote: > When I require_ssl for one of my actions, it gets in an infinite loop > of redirecting? Anyone else have this issue? > > - Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
