Zen Cart Logo
Forums / All Other Contributions/Addons / HCL (Help Center Live) - Page contains both secure and nonsecure items

HCL (Help Center Live) - Page contains both secure and nonsecure items

Locked

Views: 1,482

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
9 Feb 2009, 4:39 PM
#1
ruthless avatar

ruthless

New Zenner

Join Date:
Jun 2008
Posts:
13
Plugin Contributions:
0

HCL (Help Center Live) - Page contains both secure and nonsecure items

Installed Help Center Live on Zen Cart v1. 37.

When entering the checkout, i. e. switching to SSL, the above warning displays. It is due to the status icons.

I saw the following thread in another forum:
http://forums.oscommerce.com/lofiversion/index.php?t99093.html

but could not understand which files to edit, and it also looks rather dated.

Any ideas. . . ?

www. surveyequipment. com

9 Feb 2009, 4:52 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: HCL (Help Center Live) - Page contains both secure and nonsecure items

When IE asks you "Do you want to load the insecure elements?" (or similar wording)

Choose "NO"

... then look at the page. You may see what is causing the problem by it NOT being displayed.

Usually, it's a full http:// URL to a resource and because your SSL is kicking in, it must have everything coming in from https://

If there is something (a page element) that is being called via a http:// link (or reference) that part of the page is insecure.

10 Feb 2009, 10:28 AM
#3
ruthless avatar

ruthless

New Zenner

Join Date:
Jun 2008
Posts:
13
Plugin Contributions:
0

Re: HCL (Help Center Live) - Page contains both secure and nonsecure items

Thanks, but I realise its the image file causing the issue, but because its all coded in Help Center Live it is not easy to work out how to change the URL to https...

5 Mar 2009, 6:07 AM
#4
ryanb4614 avatar

ryanb4614

Totally Zenned

Join Date:
Feb 2008
Posts:
556
Plugin Contributions:
0

Re: HCL (Help Center Live) - Page contains both secure and nonsecure items

i am having the same problem on the hunt for the right php file, let me know if you got it already

5 Mar 2009, 6:41 AM
#5
ryanb4614 avatar

ryanb4614

Totally Zenned

Join Date:
Feb 2008
Posts:
556
Plugin Contributions:
0

Re: HCL (Help Center Live) - Page contains both secure and nonsecure items

Only way i found of fixing it...
go to hcl/config.php
// The URL where HCL is installed
$conf['url'] = 'http://yourdomain.com/hcl';

change to
// The URL where HCL is installed
$conf['url'] = 'https://yourdomain.com/hcl';