How to https on all the pages of nop e-commerce

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Actually Im using nopcommerce version 1.8,

I have added the SSL certificate and I have enabled to true in the web.config file

<add key="UseSSL" value="true" />

I am able to get the the https:// only in the register page but I am not getting the https other pages of my website.....


Can anyone help regarding this....I went wrong some were in the web.config I feel.....So can anyone help regarding this...
12 years ago
Hi alaji,

I actually had this same problem last week. There is an override property defined
SslProtected
for many of the .aspx pages.
AboutUs.aspx.cs
is a good example.

Do a global search and replace.

Find:
return PageSslProtectionEnum.No


Replace:
return PageSslProtectionEnum.DoesntMatter


Cheers
Ben Slack
http://www.systemsxpert.com.au/
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.