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
|
|
|
|
Rank: Member
Joined: 7/26/2004(UTC) Posts: 155
|
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 |
|
|
|
|
Rank: Member
Joined: 7/26/2004(UTC) Posts: 155
|
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. |
|
|
|
|
Rank: Member
Joined: 7/26/2004(UTC) Posts: 155
|
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.... |
|
|
|
|
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.