Making "Switch back to http pages when there are no matches" option enabled and making the page "node/2" to be secured, for example, I got the following:
- Trying to got to "http://mydomain/node/2", the module switch correctly to "https://mydomain/node/2".
- Trying to got to "https://mydomain/node/2", the module does a wrong switch to "http://mydomain/node/2".
I got that using Drupal 6.3 or Drupal 6.10. It is critical because if someone saves a form page that uses https in his favorites, when he gots back to it, there will be no SSL protection on the form.
Thanks in advance!
Comments
Comment #1
gordon commentedI am not sure what you are getting at. I have tested this and I it is working as expected for me.
Comment #2
Anonymous (not verified) commented@talaco
Are you still having problems?
Please upgrade to 1.8
Best,
Paul Booker
Comment #3
jacksinn commentedI get the same problem. After enabling "Switch back to http pages when there are no matches" navigating to a page from http that I marked as secure, it works correctly like the poster's example:
- Trying to got to "http://mydomain/node/2", the module switch correctly to "https://mydomain/node/2".
However when in https and trying to navigate to a node (the same node) it switches the node to http like the poster noted:
- Trying to got to "https://mydomain/node/2", the module does a wrong switch to "http://mydomain/node/2".
Basically it is working like a toggle. When in http it switches to https and when in https it switches to http.
I'm using the stable release version 6.x-1.8
Comment #4
Gnanavel commentedI am also getting the same issue...
Can any only help.
Thanks in advance,
Vel
Comment #5
c3 commentedI had the same problem. I found out that you the problem comes up when there's an an empty line at the end of the secure pages list. Remove it, and the problem gets fixed.
Comment #6
c3 commentedMoving back to active, since I think it will be better if some code is added to trim the string of the list of pages before processing.
That way, the users (that are not aware that they should not add any extra line in the secure pages list text box) won't have this issue.
Comment #7
grendzy commentedduplicate of #420712: Front page toggles between HTTP and HTTPS