HTTPS on only login and checkout page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 5 ans
Hi

How can I force https only on few pages not on all pages, I dont want to make my website slow to add https bbut only login, checkout and payment page.
?
Any help is much appreciated.
Il y a 5 ans
Check the setting SecuritySettings.ForceSslForAllPages is set to False

In the code for pages that you dont want Ssl -  you can change SslRequirement.Yes to SslRequirement.No
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.