enable SSL on checkout and registration

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
15 năm cách đây
Does nopCommerce have an easy way to configure SSL for checkout, registration, and login?  Thank you.
15 năm cách đây
Have you purchased any SSL Certification service yet ?
15 năm cách đây
In order to use SSL Certification service, SSL needs to be installed on your hosting server
15 năm cách đây
To configure :

1. Open web.config file
2. Find 'UseSSL' attribute
3. Set its value to true
15 năm cách đây
Do you have to recompile the files after this?
15 năm cách đây
yes after you enable the SSL, re-build your project/solution
15 năm cách đây
No it works just fine, and only for areas needing secure access. Thanks alot.
15 năm cách đây
It's always better to re-build your project, to avoid future application breakage (By re-building the project, all the dll files gets refreshed and new added code generated new dlls too)
15 năm cách đây
Kersha:
no need to recompile after changing the web.config unless the config is encrypted which in versions up to 1.4 anyway it has not been. Have not checked into 1.5 yet.
15 năm cách đây
A note to Andrei,

I think this ought to go in the User Manual.
And, ideally there ought to be a way to say if you are using https.
In fact, is it even reasonable that NopCommerce should attempt to checkout, without using an SSL connection?

So, a checkbox to say 'Use SSL Checkout', otherwise display an enormous message to the visitor to say this is NOT A SECURE CHECKOUT.
(Like you haven't already got enough to do)

Best Regards and Many Thanks As Always
Steve
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.