SSL certificate still showing not secure?
Posted: Thu Nov 18, 2010 3:36 pm
Hello,
Hoping someone can help me out with SSL and validating my website. I have my SSL installed on my website, I edit the admin/config.php file as well, and in admin panel I turned on SSL, my store url in my admin panel I also have set to https://, well when you go to my site in the https:// it still shows that it is untrusted. When I go to "view source" of my page I see things still using http:// and it is tons of things, can anyone help me and figure out what I need to do so it doesnt alert users saying information is unsecure?
Here is my website:
https://www.funeralhomeflowers.org
Here is my admin/config.php file:
<?php
// HTTP
define('HTTP_SERVER', 'http://www.funeralhomeflowers.org/admin/');
define('HTTP_CATALOG', 'http://www.funeralhomeflowers.org/');
define('HTTP_IMAGE', 'http://www.funeralhomeflowers.org/image/');
// HTTPS
define('HTTPS_SERVER', 'https://www.funeralhomeflowers.org/admin/');
define('HTTPS_IMAGE', 'https://www.funeralhomeflowers.org/image/');
define('HTTPS_CATALOG', 'https://www.funeralhomeflowers.org/');
// DIR
define('DIR_APPLICATION', '/home/fh/public_html/admin/');
define('DIR_SYSTEM', '/home/fh/public_html/system/');
define('DIR_DATABASE', '/home/fh/public_html/system/database/');
define('DIR_LANGUAGE', '/home/fh/public_html/admin/language/');
define('DIR_TEMPLATE', '/home/fh/public_html/admin/view/template/');
define('DIR_CONFIG', '/home/fh/public_html/system/config/');
define('DIR_IMAGE', '/home/fh/public_html/image/');
define('DIR_CACHE', '/home/fh/public_html/system/cache/');
define('DIR_DOWNLOAD', '/home/fh/public_html/download/');
define('DIR_LOGS', '/home/fh/public_html/system/logs/');
define('DIR_CATALOG', '/home/fh/public_html/catalog/');
Hoping someone can help me out with SSL and validating my website. I have my SSL installed on my website, I edit the admin/config.php file as well, and in admin panel I turned on SSL, my store url in my admin panel I also have set to https://, well when you go to my site in the https:// it still shows that it is untrusted. When I go to "view source" of my page I see things still using http:// and it is tons of things, can anyone help me and figure out what I need to do so it doesnt alert users saying information is unsecure?
Here is my website:
https://www.funeralhomeflowers.org
Here is my admin/config.php file:
<?php
// HTTP
define('HTTP_SERVER', 'http://www.funeralhomeflowers.org/admin/');
define('HTTP_CATALOG', 'http://www.funeralhomeflowers.org/');
define('HTTP_IMAGE', 'http://www.funeralhomeflowers.org/image/');
// HTTPS
define('HTTPS_SERVER', 'https://www.funeralhomeflowers.org/admin/');
define('HTTPS_IMAGE', 'https://www.funeralhomeflowers.org/image/');
define('HTTPS_CATALOG', 'https://www.funeralhomeflowers.org/');
// DIR
define('DIR_APPLICATION', '/home/fh/public_html/admin/');
define('DIR_SYSTEM', '/home/fh/public_html/system/');
define('DIR_DATABASE', '/home/fh/public_html/system/database/');
define('DIR_LANGUAGE', '/home/fh/public_html/admin/language/');
define('DIR_TEMPLATE', '/home/fh/public_html/admin/view/template/');
define('DIR_CONFIG', '/home/fh/public_html/system/config/');
define('DIR_IMAGE', '/home/fh/public_html/image/');
define('DIR_CACHE', '/home/fh/public_html/system/cache/');
define('DIR_DOWNLOAD', '/home/fh/public_html/download/');
define('DIR_LOGS', '/home/fh/public_html/system/logs/');
define('DIR_CATALOG', '/home/fh/public_html/catalog/');