My OpenCart Version is 1.5.6 and I'm using a fresh install.
So I thought, hey let's increase the security of my store, let's buy a SSL Certificate! Great Idea!
Now the installation process due OpenCart is giving me headache.

(I know it's a OpenCart problem, anything else is running fine from my web-server and yes, I already enabled SSL in the OpenCart Admin Panel!)
Maybe the fail is located in my config files? Please help me out and take a look at them, thanks VERY MUCH in advance!
/puplic_html/config.php
Code: Select all
// HTTP
define('HTTP_SERVER', 'http://site.biz/');
// HTTPS
define('HTTPS_SERVER', 'https://site.biz/');
define('HTTPS_IMAGE', 'https://site.biz/image/');
/puplic_html/admin/config.php
Code: Select all
// HTTP
define('HTTP_SERVER', 'http://site.biz/admin/');
define('HTTP_CATALOG', 'http://site.biz/');
define('HTTP_IMAGE', 'http://site.biz/image/');
// HTTPS
define('HTTPS_SERVER', 'https://site.biz/admin/');
define('HTTPS_CATALOG', 'https://site.biz/');
define('HTTPS_IMAGE', 'https://site.biz/image/');
Where is my mistake located guys?