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

hedroom’s picture

For the record, I have ver 5.x-1.1 installed

W

hedroom’s picture

Also, for the record... I'm an Idiot... This should have been posted to "Secure Pages"

Sorry,

W

boris mann’s picture

Status: Active » Closed (duplicate)