Closed (duplicate)
Project:
Secure Pages
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2009 at 16:02 UTC
Updated:
25 Oct 2010 at 23:44 UTC
Jump to comment: Most recent
Comments
Comment #1
rnguyenc commentedI'm having the same exact problem
Been reading around and found nothing so far. I'll post if I find anything.
Comment #2
Anonymous (not verified) commentedThe button is supposed to be active only when you enter admin/build/securepages from the SSLed URI.
But people don't seem to get Shared SSL working, still, as this issue shows: http://drupal.org/node/65890
Comment #3
AlexisWilke commentedNick,
I indeed have asked for that to be fixed... a while back. 8-)
It still isn't, though. The module has not been touched for 6 months.
Alexis
Comment #4
AlexisWilke commentedThere is a way to go around this problem.
The idea is that you have to first log in your secure site, then it skips the secure test altogether. I don't recall reading that anywhere in the documentation.
When you first log in your non-secure website, go to the Secure Pages with a non-secure HTTP request, that's when that "random" test is done and fails when the URLs do not match 1 to 1. (i.e. http://www.m2osw.com and https://secure.m2osw.com have a different URL...)
So... in my case, I would have had to go to https://secure.m2osw.com and the problem would have been solved.
gordon, would it be possible for you to write that on the front page? So silly guys like us know that it makes sense to start from the secure site instead of the non-secure?
Thank you.
Alexis Wilke
Comment #5
nickbits commentedHi Alexis,
I did try that myself but it didn't work on my site. Maybe something to do with the address which in my case is not the same as style as yours.
Non Secure - http://www.mysite.co.uk
secure - https://secure.myhost.com/~myusername
I will have a play on a fresh install and just double check though.
Nick
Comment #6
lake36 commentedHas anyone tried patch 1557 (1577-https_8.patch) ?
Comment #7
AlexisWilke commentedlake36,
Could you give us a link to the patch?
Thank you.
Alexis
Comment #8
lake36 commentedAlexis,
Sorry about the lack of detail. Here is the link to the note I was referring:
http://drupal.org/node/1577
It looks like you were involved in the posts. Sorry I didn't notice that sooner. Have you been able to confirm if the patch has been incorporated in Drupal 7? I am very much intersted in using SSL for my site not so much for e-commerce but to make it more difficult for hackers. I've spent several hours searching the Drupal forums and it looks like I'll have to wait for Drupal 7 before I can start using SSL with my site. Please respond if you learn of any other alternatives. Thanks!
Comment #9
grendzy commented#65890: Shared SSL support?