Zen Cart Logo
Forums / Basic Configuration / How do I enable SSL in my site?

How do I enable SSL in my site?

Locked

Views: 7,023

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
23 Feb 2008, 4:04 AM
#1
dieselstorm avatar

dieselstorm

New Zenner

Join Date:
Feb 2008
Posts:
7
Plugin Contributions:
0

How do I enable SSL in my site?

I was using Paypal API for allowing folks to purchase through my site.. However I'm now allowing folks to actually enter CC Info that is transmitted to me for processing.. They were getting confused on the "Click here to pay with credit card".. Kept thinking they had to have a Paypal account.

So my issue.. I just bought an SSL Certificate for my server so that when they checkout its secure.. What do I do with Zencart so that it goes into SSL mode? Is there some changes I need to make in the admin cp to let Zencart know I have a secure server now?

Thanks in advance!

23 Feb 2008, 4:43 AM
#2
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: How do I enable SSL in my site?

For includes/configure.php

define('ENABLE_SSL', 'true');
and

define('HTTPS_SERVER', 'https://yoursite');