By kcouch on
Does anyone have some tips for getting the secure pages module to work on IIS? Most of my Drupal projects are on Apache, and Secure Pages works great. However, after installing and enabling it for a client on IIS and I get all sorts of strange behavior. First, I get this warning:
warning: fread() [function.fread]: SSL: fatal protocol error in D:\...drupal\includes\common.inc on line 479
(not showing the complete path)
Then if I try to logout, I get a timeout/404 error as if it is stuck in an endless loop. Has anyone else seen this before?
Comments
Have you successfully tested
Have you successfully tested SSL on IIS for this site?
xtfer.com
platform.sh
I believe SSL is working fine
Yes, SSL is working as far as I know. I can manually type in https addresses for any of the pages on the site and they work fine.