15 Nov 2006, 00:38
Reply
Reply with Quote
Like (0)
#1
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
Reply
Reply with Quote
Like (0)
#2
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
Reply
Reply with Quote
Like (0)
#3
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
Reply
Reply with Quote
Like (0)
#4
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
Reply
Reply with Quote
Like (0)
#5
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!!!