Page 1 of 1

Opencart website SSL not working

Posted: Thu Dec 29, 2016 3:35 pm
by terence1382
Hi,

Ive got a problem with setting up SSL for my Opencart website.
Ive tried the steps to enable SSL but the page only loads up with alphabets, no images or scripts run.

Enabled the SSL option under Admin-System-Settings
Added https to the config.php file in the root and admin directory.

Kindly asisst.

Regards,
Terence

Re: Opencart website SSL not working

Posted: Fri Dec 30, 2016 2:13 pm
by imdevlper18
Your store url ?

Re: Opencart website SSL not working

Posted: Wed Jan 04, 2017 12:43 pm
by MarketInSG
terence1382 wrote:Hi,

Ive got a problem with setting up SSL for my Opencart website.
Ive tried the steps to enable SSL but the page only loads up with alphabets, no images or scripts run.

Enabled the SSL option under Admin-System-Settings
Added https to the config.php file in the root and admin directory.

Kindly asisst.

Regards,
Terence
for recent versions of opencart, i think you need to open the file system/config/default.php and change

Code: Select all

$_['site_ssl']             = false;
to

Code: Select all

$_['site_ssl']             = true;

Re: Opencart website SSL not working

Posted: Tue Feb 14, 2017 7:32 pm
by avramalex111
What version of OC?