My goal is to have a site with one page under SSL, 'https:' and the other pages without security, so their URLs would be remain 'http:"
I have a site using 4.8 and have a applied a SSL cert to the site in IIS and designated one page to be secure. That works fine.
If I first navigate to other pages on the site, their URL starts with 'http:'.
However, when go to the secure page, then to other pages, their URLs start with https instead of http... which causes the "This page contains both secure and non-secure" warning, if images on the page are from outside the secure site.
How do you configure the system so the user can go from a secure page to an unsecure page and have the unsecure URL use http instead of https?
Thanks for your help
Never mind.. I found the answer... check SSL Enforced in site settings.