Posted by toddgeist on October 31, 2011 at 4:43am
Hello,
I have a site with SSL enabled. I have a valid certificate. I am running under the latest BOA installer. ON Ubuntu
I have been getting Too Many Redirect errors. I can't seem to find any pattern to them. They occur on Firefox and Safari, although less on Safari. They occur with Secure Pages turned on and with it Turned OFF. Sometimes it is the front page sometimes it is an internal page. Its driving me crazy.
Does anyone have any advice? Whats going on?
What can I do to track this down?
Thanks
Todd
Comments
Same Page, Two different browsers
More info -
I have a page that is loading in Safari, but not in Firefox. When I load in Safari, I get response 200. In firefox I get error 302. Why is the same page giving me two different response codes? Is there a cookie issue? If so what do I do?
(both browser I setup to allow cookies )
Thanks
Todd
Anonymous Users ?
So maybe I just found the pattern. It seems as though that once you authenticate you no longer get the redirects. Even after you log out it still works. This makes me think it is some kind of a cookie issue ???
Avoid Secure Pages module. It
Avoid Secure Pages module. It causes more problems than it is worth of. Instead, use this: http://drupalcode.org/project/barracuda.git/blob/HEAD:/aegir/conf/overri...
thanks!
I will give that a try.
I though that because I had disabled SecurePages that I had ruled it out. Guess not. I will try this and report back
Thanks
Todd
Not quite
So I installed the global.override.inc file as specified. And I edited the last section and included my domain in the regex. But now I get this error:
SSL Proxying not enabled for this host: enable in Proxy Settings, SSL locations
Is there something else I have to do?
Thanks
Todd
You need to use only the last
You need to use only the last section in the
global.override.incto have this working.If you have any further issues, feel free to open a new issue in the Barracuda queue, unless someone else will be able to help you here on g.d.o, since I have no idea where from (and why) are you getting this "SSL Proxying not enabled for this host: enable in Proxy Settings, SSL locations", sorry.
I am only using the last
I am only using the last part.
I created an issue over on the Queue
http://drupal.org/node/1327312
Clear cookies and history
I cleared my cookies and history and restarted my computer. And I stopped getting the FF redirects.