Connection Partially Encrypted.

General ShopSite user discussion

Connection Partially Encrypted.

Postby arta!!ack » Mon Sep 20, 2010 1:18 am

Hi.

I wonder if you can help with this one.

I have gone through the source code with a fine tooth comb and cannot find the problem, I have removed all images and scripts, but still not working correctly.

I cannot think what it is.

My checkout page for www.leapfrogshop.co.uk is not showing as fully secure and I cannot see what the problem is.

The checkout page for www.actioncity.co.uk is working fine both use the same cgi bin just a slightly different path (sc) and (scac).

This is the Leapfrogshop one

https://www.leapfrogshop.co.uk/cgi-bin/sc/billing.cg

and this is the actioncity one.

https://www.leapfrogshop.co.uk/cgi-bin/scac/billing.cg

I did read a post regarding this and thought I could resolve it with something that was http rather than https, but that does not seem to be it.

I have also tried it by removing the submit buttons etc and just using text but that did not help.

In Hosting service preferences the paths are correct.
https://www.leapfrogshop.co.uk/cgi-bin/sc (shopping cart)
https://www.leapfrogshop.co.uk (store)


Yours Arthur.
arta!!ack
 
Posts: 47
Joined: Wed Jun 13, 2007 2:23 am
Location: Lancashire UK

Re: Connection Partially Encrypted.

Postby robm » Mon Sep 20, 2010 4:38 am

In your inline CSS, you have 2 background-image calls to "about:blank" that are likely causing the error:

Code: Select all
/* Global Generic Styles */
  body {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    margin: 0px;
    background-color: #FFFFFF;
    background-image: url(about:blank);
    color: #333333;
  }

/* General Layout Styles */
  table.page {
    color: #333333;
    background-color: #FFFFFF;
    background-image: url(about:blank);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }


Try removing the background image lines, and that should fix the security error.

Rob
robm
 
Posts: 463
Joined: Fri Aug 04, 2006 5:46 pm
Location: Connecticut

Re: Connection Partially Encrypted.

Postby arta!!ack » Tue Sep 21, 2010 2:11 am

Thank you Rob.

I have sorted it by adding a 1 pixel Gif as the background to in the COMMERCE SETUP / ORDER SYSTEM / LAYOUT INFO.

This has solved it, but not sure where the CSS is deciding to use "about blank" I am using the Classy (modified) template, and perhaps I have done something inadvertently that has affected the style for Classy checkout bit.

Arthur.
arta!!ack
 
Posts: 47
Joined: Wed Jun 13, 2007 2:23 am
Location: Lancashire UK


Return to User Forum

Who is online

Users browsing this forum: No registered users and 44 guests