SSL error
Posted: Sat Dec 11, 2010 2:15 pm
Hey guys,
My host has installed an SSL certificate on my site, I have enabled it through the admin, and i have edited my admin/config file, but I am having some problems when I come to an SSL page. When checking out, I get an https crossed out in red (in google chrome) and right clicking it says that this page is encrypted, but contains resources that are not. How can I fix this? It looks worse then not having an SSL at all!
Heres my admin/config...
<?php
// HTTP
define('HTTP_SERVER', 'http://pulsenutritional.com/admin/');
define('HTTP_CATALOG', 'http://pulsenutritional.com/');
define('HTTP_IMAGE', 'http://pulsenutritional.com/image/');
// HTTPS
define('HTTPS_SERVER', 'https://pulsenutritional.com/admin/');
define('HTTPS_IMAGE', 'https://pulsenutritional.com/image/');
Thanks for any help!
My host has installed an SSL certificate on my site, I have enabled it through the admin, and i have edited my admin/config file, but I am having some problems when I come to an SSL page. When checking out, I get an https crossed out in red (in google chrome) and right clicking it says that this page is encrypted, but contains resources that are not. How can I fix this? It looks worse then not having an SSL at all!
Heres my admin/config...
<?php
// HTTP
define('HTTP_SERVER', 'http://pulsenutritional.com/admin/');
define('HTTP_CATALOG', 'http://pulsenutritional.com/');
define('HTTP_IMAGE', 'http://pulsenutritional.com/image/');
// HTTPS
define('HTTPS_SERVER', 'https://pulsenutritional.com/admin/');
define('HTTPS_IMAGE', 'https://pulsenutritional.com/image/');
Thanks for any help!