Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2008
    Posts
    76
    Plugin Contributions
    0

    Default Unsecured Checkout

    My checkout shows http, not https. So, it looks like my checkout in unsecured.

    My admin/includes/configure.php:

    Code:
      define('HTTP_SERVER', 'http://thewonderofchrist.com');
      define('HTTPS_SERVER', 'https://thewonderofchrist.com');
      define('HTTP_CATALOG_SERVER', 'http://thewonderofchrist.com');
      define('HTTPS_CATALOG_SERVER', 'https://thewonderofchrist.com'); 
      define('ENABLE_SSL_CATALOG', 'true');
      define('ENABLE_SSL_ADMIN', 'false');
    My includes/configure.php:

    Code:
    define('HTTP_SERVER', 'http://thewonderofchrist.com');
    define('HTTPS_SERVER', 'https://thewonderofchrist.com');
    define('ENABLE_SSL', 'true');
    I've tried various combinations with www and without. With some or all entries at www, I could not properly write to the database in Admin.

    Advice?

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

    Default Re: Unsecured Checkout

    You are using some sort of masked/framed redirects on your site, which is confusing and preventing the SSL support from working.
    .

    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.

  3. #3
    Join Date
    Mar 2008
    Posts
    76
    Plugin Contributions
    0

    Default Re: Unsecured Checkout

    What do you mean?

    SSL was working when I used www in front of the addresses but I couldn't modify the database in admin.

  4. #4
    Join Date
    Mar 2008
    Posts
    76
    Plugin Contributions
    0

    Default Re: Unsecured Checkout

    Try accessing the store directly. http://www.thewonderofchrist.com, not through the website.

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

    Default Re: Unsecured Checkout

    When you do that, your store URL never changes, regardless of what link you click on ... it stays like this: http://www.thewonderofchrist.com/index.php?src=/store

    Thus, even your SSL stuff is masked in a hidden frame. Your frame-forwarding is causing your problem.
    .

    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.

  6. #6
    Join Date
    Mar 2008
    Posts
    76
    Plugin Contributions
    0

    Default Re: Unsecured Checkout

    That's not correct. I'm accessing the store directly right now.

    I found the problem.

    My file transfer wasn't going though, so the configuration.php still had false in it.

 

 

Similar Threads

  1. v151 Checkout confusion - Checkout vs Checkout with PayPal
    By shags38 in forum General Questions
    Replies: 1
    Last Post: 11 Nov 2015, 11:30 PM
  2. v151 'Unsecured Items' with SSL
    By sle39lvr in forum General Questions
    Replies: 2
    Last Post: 6 Mar 2015, 03:19 AM
  3. v139h unsecured payment page?
    By fakeDecoy in forum General Questions
    Replies: 7
    Last Post: 4 Sep 2013, 07:30 PM
  4. Replies: 2
    Last Post: 6 Jul 2011, 01:22 PM
  5. Issue with Zen-Cart >> Secured/Unsecured Pages >> SSL >> HTTPS
    By satzin123 in forum Basic Configuration
    Replies: 9
    Last Post: 23 Mar 2009, 04:03 AM

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