SSL on version 2.4

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 年 前
What are the steps to setup/configure SSL on nopCommerce 2.4?
Is there any guideline/document anywhere?
9 年 前
Hi,

Open Web.Config file and set "UseSSL" app setting to "true"

P.S. Ensure that SSL certificate is installed on your server to your server
9 年 前
a.m. wrote:
Hi,

Open Web.Config file and set "UseSSL" app setting to "true"

P.S. Ensure that SSL certificate is installed on your server to your server


Great! Will this enable SSL for the entire site or the https pages only?
Is the Https controller attribute available on 2.4?
9 年 前
It's be enabled only for pages with "[NopHttpsRequirement(SslRequirement.Yes)]" attribute in version 2.40.

"securitySettings.ForceSslForAllPages" setting (to protec the entire site) was implemented in version 3.10. Please see how it's used in the \Nop.Web.Framework\Security\NopHttpsRequirement.cs (in the latest version)
8 年 前
a.m. wrote:
It's be enabled only for pages with "[NopHttpsRequirement(SslRequirement.Yes)]" attribute in version 2.40.

I did like this but not working i am using this atrribute for OnepageCheckout
I am using Nop version 3.60
Thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.