Checkout to https

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hi all,

Is there an easy way to divert to https when clicking the "Checkout" button. I thought this would be a fairly universal requirement when entering credit card details.

I'm happy to change the source code but wondered if anyone new a way to do it in the admin site.

Cherers

Darren Pegram
12 years ago
For anyone struggling with this. the solution is to change line 18 of Presentation/Nop.Web/Web.config

from

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

to

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

Hope this helps someone out.

Darren Pegram
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.