Using drupal 6.24, secure pages 6.x-1.9, secure pages hijack prevention 6.x-1.6
Activated: Switch back to http pages when there are no matches. Make secure only the listed pages.
When logged in as user everything is working fine.
When logged out (Drupal-Cache und Browser-Cache cleared) entering a secured page the first time http switches to https. Going back to a non secured page (i.e. Startpage) https switches back to http. Going back to the already clicked secured page again, http does not switch to https.
Clicking another secured page it's toggeling to https again. When clicking the startpage again https does not switch back to http. Toggeling only works, when clicking a secure/none secure page the first time.
After clearing the caches everything starts from the beginning again.
After logged in as user everything works fine without problems.
You may have a look at:
http://www.alpenverein-frankfurtmain.de/content/mitglieder-service = non secured page (Navigation: Angebot und Service > Mitgliederservice); sub-pages are secured-pages.
Any help or hint would be appreciated.
Comments
Comment #1
peter_p commentedCache is active for anonymous users only; when logged in cache is deactivated.
Behaviour depends on a Bug in securepages.module (have a look at http://drupal.org/node/587000 Cached pages are not being redirected)
For me patch from comment #69 solves the problem: 587000.69-securepages-cached-page-redirect.patch.
Comment #2
astonvictor commentedI'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks