• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

jaydvd
#1 Posted : Tuesday, November 6, 2007 2:15:29 PM(UTC)
jaydvd

Rank: Member

Joined: 7/31/2007(UTC)
Posts: 41

Quick question, when I go to checkout at my store at www.glassandgear.com I get a message saying that the content is partially encrypted. Is this normal or do I have a setting wrong?

Thanks,
Jason
globalweb9
#2 Posted : Tuesday, November 6, 2007 4:17:59 PM(UTC)
globalweb9

Rank: Member

Joined: 7/26/2004(UTC)
Posts: 155
United States

Jason,

This normally means that part of your page is loading with standard http:// calls instead of the https:// calls (i.e. an image or other component). If an image, even a single image on the page, is called with a non-secure http://, then this message will display.

I'll see if I can detect what it is by doing a checkout process and looking at the source code of the checkout page
---
Randy Armbrecht
RichWeb, Inc.
Global Web Solutions
http://richweb.com
http://globalweb.net
globalweb9
#3 Posted : Tuesday, November 6, 2007 4:21:11 PM(UTC)
globalweb9

Rank: Member

Joined: 7/26/2004(UTC)
Posts: 155
United States

Jason,

It looks like it's your Google Urchin script call:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"

There is a secure URL code for the Google Urchin; I had to do the same for a hosting customer of ours a few months ago; it was easy to find. I'll go back and see if I can pull it from our customer's site and reply back here with it.
---
Randy Armbrecht
RichWeb, Inc.
Global Web Solutions
http://richweb.com
http://globalweb.net
globalweb9
#4 Posted : Tuesday, November 6, 2007 4:23:30 PM(UTC)
globalweb9

Rank: Member

Joined: 7/26/2004(UTC)
Posts: 155
United States

Jason,

try using:
<script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript">
</script>

in place of:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>

and see if this doesn't resolve your issue....
---
Randy Armbrecht
RichWeb, Inc.
Global Web Solutions
http://richweb.com
http://globalweb.net
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012