Hi, I configured my site like this:
Non-secure Base URL: http://www.mysite.com
Secure Base URL: https://www.mysite.com
Pages which will be be secure:
Make secure only the listed pages.
cart
node/*/edit
Now anytime I type in www.mysite.com - the url automatically changes to https://www.mysite.com
How did I goof this up?
It isn't too terrible, just unnecesary for the home page to be secure.
I want to type in the normal url and have the site display. If I go to the cart or to edit a node, it goes secure and then if I click anywhere else on the site, it turns of the ssl. (correctly)
thanks
Selwyn
Comments
Comment #1
gordon commentedMost likely that you have a blank line on the configuration of pages to secure.
Comment #2
selwynpolit commentedhmm - I have set the following pages to be secure:
cart
cart/*
node/*/edit
I don't see any blank lines there. Any other suggestions?
In both ie7 and firefox, each time I refresh the page, it goes to a secure version, then an insecure version.
Comment #3
selwynpolit commentedAh yes, you are right. Just pressing after the configuration of pages is causing the problem. I removed the offending line and all is working great.
thanks for the great module.
Selwyn
Comment #4
mrandy commentedfixed it for me, thanks Gordon.
Comment #5
sillygwailoSee #797988: Alternating between HTTP and HTTPS with every page request which has a patch to deal with blank lines in the Pages textarea.