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!
you need to make sure that there are no images, links etc on the page that do not point to https:// locations. If you find the text http:// on the page, and the page is supposed to be secure, then you have a problem.
Go to one of your https pages that has the security warning, click (in firefox) Tools->View Source and search for http://
Hope that helps!
Go to one of your https pages that has the security warning, click (in firefox) Tools->View Source and search for http://
Hope that helps!
Documentation: OpenCart User Guide
Mods: Total Import PRO | CSV Import PRO | Ecom Tracking | Any Feed | Autosuggest | OpenCart CDN
Hi Q I got the same problem now whit my SSL where sure I apply this fix
" http:// for googles jquery api. change that to just src="//ajax.google....." and it will fill the http/https as needed "
can you help me I just up date to 1.4.9.2
I am not a expert on coding so please help me on this one
Thank you Q
any help on fixing all this issues will be appreciate
Thank you to anyone who take the time to help me
God Bless everybody on this forum.
" http:// for googles jquery api. change that to just src="//ajax.google....." and it will fill the http/https as needed "
can you help me I just up date to 1.4.9.2
I am not a expert on coding so please help me on this one
Thank you Q

any help on fixing all this issues will be appreciate
Thank you to anyone who take the time to help me
God Bless everybody on this forum.
Hi moreno13....in your case it looks as if you have one unsecured image
...maybe this was hardcoded into the module.
If so, try replacing the code with a relative path to the image, eg
..I think that will work. Try it
...maybe this was hardcoded into the module.
If so, try replacing the code with a relative path to the image, eg
Code: Select all
img src="image/data/info.jpg"
Who is online
Users browsing this forum: No registered users and 105 guests