How to Use SSL for non-standard/custom pages

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
Hi:

I have Use SSL checked in Admin cfg., which sets <add key="UseSSL" value="true" /> in root web.config.  This works great to force SSL for all of the standard pages (/login, /customer/info, /customer/orders, etc.) and for my Topic pages.

However, my site has custom pages like mydomain.com/mycustompage/.  The UseSSL setting is not forcing https for those pages.  How do I code those pages so they obey the UseSSL setting?

Thank you!
8 years ago
Never mind.  I found the following article in the forums to set SecuritySettings.ForceSslForAllPages = true in Advanced Settings, which solved my problem: https://www.nopcommerce.com/boards/t/31439/ssl-secured-pages.aspx
8 years ago
I know you answered your own question, but I want to include only one specific topic page into SSL.

The contact page has a form and I want it to be in the encrypted part.
I don't want the rest of the site to be encrypted.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.