Hiya all,

I've spent some time working with this plugin on my local dev (mamp)
and it seems to work fine.
However on the production server I am keep getting a 302 error:
I am using this plugin for a second app, not the frontend one but with
sfDoctrineGuard.
this is what happens:

http://website.com - works
https://website.com - works
http://website.com/b.php (second app's controller) I get a weird:

http -> redirects to https (so far so good) ->  to a loop that results
in 302.

Please find the relevant files below: (for the second app)

filter.yml
------------------
rendering: ~
security: ~
sfSslRequirement:
    class: sfSslRequirementFilter

sf_google_analytics_plugin:
    class: sfGoogleAnalyticsFilter
# insert your own filters here

cache:     ~
common:    ~
execution: ~

security.yml
-----------------
all:
  is_secure: on

security.yml (sfGuardAuth module)
--------------------------------------------------
Signin:
  require_ssl: true
Login:
  require_ssl: true

No idea what is wrong there.

Cheers



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to