Closed (duplicate)
Project:
Secure Pages
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2009 at 01:02 UTC
Updated:
30 May 2009 at 16:40 UTC
Hello,
I have a live site with SSL and the secure pages module enables. admin functions are all https pages per the secure pages module.
Now when i move to localhost to do my testing, i cant access the admin functions because the system is still looking for HTTPS. What can I do? I dont want to de-enable secure pages on the live site and do a download then re-enable it again. Isnt there a better way anyone?
Comments
Comment #1
sanduhrsYour best option is, to install Apache with support for SSL on localhost.
The alternatives are to delete the securepages module from your local install, or deactivate it in the database.
For the former delete the securepages folder from the filesystem.
For the latter set the column status = 0 in the system table, where name says securepages.
Comment #2
sanduhrsOh, this is a dupe of #375368: Secure pages enabled and https turned off error
Comment #3
sterg17 commentedturning off the secure pages module did not work...i can see some sites staying on local host
but when it comes time to access any data behind SSL...the localhost reverts to the livesite address...
so curious as to why this is happening...