SSL CONFIGURATION

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I am purchasing a ssl certificate for an online store i am doing at www.hairritz.co.uk I was wondering what way is best to configure nopcomerce to handle the https connection how do i acheive this other e comerce package used in path had option to enable ssl usuage does nop comerce have same i dont mean in email i meen in the cart as dealing with credit cards
13 years ago
open web.config

and change

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

to

    <add key="UseSSL" value="true" />
13 years ago
Thanks for sharing......Google
13 years ago
Thanks for sharing the info. I had it working myself before the upgrade to 1.8 and forgot to change the web.config back to true. I looked everywhere to find the problem.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.