Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25
  1. #11
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Connection Partially Encrypted - SSL Problem - Google Checkout installed

    Suggest you do a search on the forum for Network Solutions - They have some very odd settings somewhere that prevent Zen Cart from properly detecting the HTTPS. You need a new host.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  2. #12
    Join Date
    Jun 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Connection Partially Encrypted - SSL Problem - Google Checkout installed

    I believe that Kim has the most logical answer to this problem. I've battled back and forth with the tech's at Net Sol all day today and they have blamed everyone and everything except themselves. They don't seem interested in even checking if the problem could be on their end. I'm going go one more round with them then cut my loses an move on to another hosting company if they won't take the problem seriously.

    I'm more than willing to try any suggestions to solve this problem that anyone has to offer but it may very well be that ZenCart conflicts with the sales of Net Sol's eCommerce system and will never be resolved on their servers.

    Thanks for the help thus far.

  3. #13
    Join Date
    Jun 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Connection Partially Encrypted - SSL Problem - Google Checkout installed

    Well, Net Sol finally got back to me with the final version of the help that they are offering. Here is their suggestion from the e-mail they sent me.

    [FONT=Arial][FONT=Arial]Your images and stylesheets are linked using http: instead of https: due to the way Zen cart is creating the links in PHP.[/FONT][/FONT]
    [FONT=Arial][FONT=Arial]By changing line 17 of your /htdocs/store/includes/configure.php file from: [/FONT][/FONT]
    [FONT=Arial][FONT=Arial]define('HTTP_SERVER', 'http://www.anothergamestore.com');[/FONT][/FONT]
    [FONT=Arial][FONT=Arial]to [/FONT][/FONT]
    [FONT=Arial][FONT=Arial]define('HTTP_SERVER', 'https://www.anothergamestore.com');[/FONT][/FONT]
    [FONT=Arial][FONT=Arial]all of your links become https: links. The page is then fully encrypted and is recognized as such by browsers. As Zen cart is a third party produce, we cannot provide support for it. You will need to contact the manufacturer for further information on how to set your cart to properly create encrypted pages.[/FONT][/FONT]
    I did as they suggest and yes the encrypted pages are now fully encrypted. So is the rest of the site too, even the pages that aren't supposed to be encrypted. I guess that's the best that Net Sol can do.

  4. #14
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Connection Partially Encrypted - SSL Problem - Google Checkout installed

    Quote Originally Posted by Caveman View Post
    I did as they suggest and yes the encrypted pages are now fully encrypted. So is the rest of the site too, even the pages that aren't supposed to be encrypted. I guess that's the best that Net Sol can do.
    Yes, that's the best that they (Network Solutions) can do.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #15
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Connection Partially Encrypted - SSL Problem - Google Checkout installed

    Running the general catalog in https requires that each request be encrypted-decrypted adding to page load/rendering time for all pages and not the ideal situation for a graphic intense presentation.
    Zen-Venom Get Bitten

  6. #16
    Join Date
    Oct 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: Connection Partially Encrypted - SSL Problem - Google Checkout installed

    Quote Originally Posted by DrByte View Post
    Yes, that's the best that Network Solutions can do.
    Hi Folks,
    I do not think this is specific to Network Solutions alone. I am hosting stores on GearWorx and In Motion Hosting and am seeing the same situation.

    While I agree that encrypting the entire site is not the most effecient way to do this, it seems to be the only way it will get around this problem for now.

    Will the Zencart team look into this to see if there is another way through some additional configuration on teh next release?

  7. #17
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Connection Partially Encrypted - SSL Problem - Google Checkout installed

    While I agree that encrypting the entire site is not the most effecient way to do this, it seems to be the only way it will get around this problem for now.

    Will the Zencart team look into this to see if there is another way through some additional configuration on teh next release?
    I can assure you that this is server configuration related and NOT the Zen Cart code.

    PM me for a list of sites that work as designed on servers that are configured correctly.
    Zen-Venom Get Bitten

  8. #18
    Join Date
    Apr 2005
    Location
    Calera, OK
    Posts
    76
    Plugin Contributions
    1

    Default Re: Connection Partially Encrypted - SSL Problem - Google Checkout installed

    I also see the same thing. If I read the posts right. For example, once logged in, on the main page (home), if I click on a manufacturer in that sidebox, I get a security warning from Firefox that the information I am sending is going over an unencrypted connection. If I type something in the search box and hit return, same thing.

    I reviewed the code in tpl_search.php sidebox, and, sure enough, the draw form EXPLICITLY says NONSSL, meaning, guaranteed to get this behavior.

    Perhaps this is slightly different than others are saying, but, this is not good! We do not want people to get those types of warnings, it scares people as 99% of them have no clue what it really means.

    The same applies to other boxes, say manufacturers.

    This IS a coding issue. At least for these examples.

    So, I guess my question is why the code forces NONSSL and thus causes the warnings?

  9. #19
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Connection Partially Encrypted - SSL Problem - Google Checkout installed

    For example, once logged in, on the main page (home), if I click on a manufacturer in that sidebox, I get a security warning
    Once logged in you should be back to http and therefore no warnings will be invoked.
    Zen-Venom Get Bitten

  10. #20
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Connection Partially Encrypted - SSL Problem - Google Checkout installed

    Quote Originally Posted by DonRichardsonNH View Post
    Hi Folks,
    I do not think this is specific to Network Solutions alone. I am hosting stores on GearWorx and In Motion Hosting and am seeing the same situation.

    While I agree that encrypting the entire site is not the most effecient way to do this, it seems to be the only way it will get around this problem for now.

    Will the Zencart team look into this to see if there is another way through some additional configuration on teh next release?
    Can you share a URL where this is happening?
    What version of Zen Cart?
    What addons/contributions are installed?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. connection PARTIALLY encrypted
    By poosk in forum General Questions
    Replies: 42
    Last Post: 6 Jun 2011, 04:27 AM
  2. SSL issue - connection partially encrypted
    By pquesinb in forum General Questions
    Replies: 8
    Last Post: 5 Dec 2010, 11:49 PM
  3. SSL connection PARTIALLY encrypted
    By deepanvee in forum General Questions
    Replies: 7
    Last Post: 31 Jan 2010, 10:26 AM
  4. Replies: 1
    Last Post: 23 Jul 2009, 08:27 PM
  5. Connection Partially Encrypted?
    By tison in forum General Questions
    Replies: 0
    Last Post: 6 Dec 2006, 08:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg