Forums / Templates, Stylesheets, Page Layout / ssl, non-secure items

ssl, non-secure items

Locked
Results 1 to 6 of 6
This thread is locked. New replies are disabled.
15 Nov 2006, 00:38
#1
hyerprod avatar

hyerprod

New Zenner

Join Date:
Apr 2006
Posts:
10
Plugin Contributions:
0

ssl, non-secure items

Hello,

So, I have installed an SSL certifice onto my zen card and followed the instructions on how to get it working. The problem I'm having is at the secure pages, it shows a lock with a red slash going through it, meaning that not everything on the page is secure. What is the easiest way to fix this problem?? thank you very much for your help!!
15 Nov 2006, 00:40
#2
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
1

Re: ssl, non-secure items

got a URL to look at ?
thigs to look for,
images that are hard coded http://
<src="http
google code
15 Nov 2006, 00:46
#3
hyerprod avatar

hyerprod

New Zenner

Join Date:
Apr 2006
Posts:
10
Plugin Contributions:
0

Re: ssl, non-secure items

www.twincedarswoodcraft.com/estore


I have tons of links (href=http://), would that count?
15 Nov 2006, 01:18
#4
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
1

Re: ssl, non-secure items

this is your error
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

you need to either add the https url
or put an if statement in the box to NOT show on SSL pages
15 Nov 2006, 02:32
#5
hyerprod avatar

hyerprod

New Zenner

Join Date:
Apr 2006
Posts:
10
Plugin Contributions:
0

Re: ssl, non-secure items

hey thanks!! I just got rid of it, it's not really necessary. Thanks a ton!!!
15 Nov 2006, 03:07
#6
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
1

Re: ssl, non-secure items

glad to be of service