Post by Joseb420 » Fri Dec 02, 2011 10:08 am

Hi every one I would like to know exsactly what do I need to do to set up my shared SSL on opencart. I read I need to defin htt on configuration file and the admin. Then turn on the ssl on admin. My question is how do I define or what line in the configuration file do I need to change.

this is my SSL url
https://mydomain.myhost.com/

now this is my configuration file

Code: Select all

// HTTP
define('HTTP_SERVER', 'http://mydomain/');
define('HTTP_IMAGE', 'http://mydomain/image/');
define('HTTP_ADMIN', 'http://mydomain/admin/');

// HTTPS
define('HTTPS_SERVER', 'http://mydomain/');
define('HTTPS_IMAGE', 'http://mydomain/image/');
do I change it to this?

Code: Select all

// HTTP
define('HTTP_SERVER', 'http://mydomain/https://mydomain.myhost.com/');
define('HTTP_IMAGE', 'http://mydomain/image/https://mydomain.myhost.com/');
define('HTTP_ADMIN', 'http://mydomain/admin/https://mydomain.myhost.com/');

// HTTPS
define('HTTPS_SERVER', 'http://mydomain/https://mydomain.myhost.com/');
define('HTTPS_IMAGE', 'http://mydomain/image/https://mydomain.myhost.com/');
thank you

New member

Posts

Joined
Sun Nov 06, 2011 7:52 am

Post by jcsmithy » Sat Dec 03, 2011 12:41 am

OpenCart doesn't support shared SSL at the moment.

UKSB has an extension for it though, that does add that ability

http://www.opencart.com/index.php?route ... order=DESC

Active Member

Posts

Joined
Fri Oct 01, 2010 9:54 pm
Who is online

Users browsing this forum: No registered users and 25 guests