I have a fresh install of Drupal 5.1.
- Windows 2003 Server / IIS 6.0 (I know, sorry)
- Installed LDAP Intregration
- Installed Secure Pages
Everything looks ok and I can configure the modules but the switch to https pages does not happen. No errors, nothing.
I configured my web server to have both http and https for this site.
The installation is not in the root of the web site but in a sub folder called /home.
I've done a little investigating and it seems that when securepages_init() calls securepages_match($path), the value in the $path variable is always "search/node". I put a session var in the securepages_match() function and populated it with the $path var and it always returns "search/node". Although when I use this technique in securepages_init(), the $path is correct.
Hope this helps.
Cheers,
Wade
Comments
Comment #1
hedroom commentedFor the record, I have ver 5.x-1.1 installed
W
Comment #2
hedroom commentedAlso, for the record... I'm an Idiot... This should have been posted to "Secure Pages"
Sorry,
W
Comment #3
boris mann commentedSee http://drupal.org/node/131771