Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2007
    Posts
    5
    Plugin Contributions
    0

    Default SSL Error on Checkout - "www" dropped from URL by my cart

    Hi: I've had the SSL installed on our website...
    http://blinddogcoffee.com...and looks like https is working ok...
    https://blinddogcoffee.com

    The store is locatetd inside the zen directory...
    http://blinddogcoffee.com/zen

    Problem: When I click on "Go To Checkout" the "www" is dropped and my browser shows a Certificate Error. Example
    https://blinddogcoffee.com/zen/index...ain_page=login

    If I add "www" manually in the browser it looks fine
    https://www.blinddogcoffee.com/zen/i...ain_page=login

    Question: Have I done something wrong on my install? Or, did our hosting company install the SSL wrong? Here's my include config code for both files.

    INCLUDE FILE CODE:
    define('HTTP_SERVER', 'http://blinddogcoffee.com');
    define('HTTPS_SERVER', 'https://blinddogcoffee.com');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');

    ADMIN INCLUDE CODE:
    define('HTTP_SERVER', 'http://blinddogcoffee.com');
    define('HTTPS_SERVER', 'https://blinddogcoffee.com');
    define('HTTP_CATALOG_SERVER', 'http://blinddogcoffee.com');
    define('HTTPS_CATALOG_SERVER', 'https://blinddogcoffee.com');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'false');

    Regards,
    Mitch

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

    Default Re: SSL Error on Checkout - "www" dropped from URL by my cart

    If your certificate requires the "www" part, then add it to your URLs in your configure.php files.
    Your URLs need to match your certificate.
    .

    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 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: SSL Error on Checkout - "www" dropped from URL by my cart

    Well its not dropping the www by accident itws following your commands

    This
    Code:
    INCLUDE FILE CODE:
    define('HTTP_SERVER', 'http://blinddogcoffee.com');
    define('HTTPS_SERVER', 'https://blinddogcoffee.com');
    needs to be
    Code:
    INCLUDE FILE CODE:
    define('HTTP_SERVER', 'http://www.blinddogcoffee.com');
    define('HTTPS_SERVER', 'https://www.blinddogcoffee.com');
    You created the ssl with the www intact, however you are telling zen to NOT use the www


    this should take good care of ya
    Zen cart PCI compliant Hosting

  4. #4
    Join Date
    Dec 2007
    Posts
    5
    Plugin Contributions
    0

    Default FIXED! Re: SSL Error on Checkout - "www" dropped from URL by my cart

    Thanks very much Doc! It looks like it's working now! -Mitch

 

 

Similar Threads

  1. SSL Certificate for domain with "www" OR without "www" ?
    By Semenek in forum General Questions
    Replies: 8
    Last Post: 9 Jun 2011, 12:14 AM
  2. .htaccess - Add "www." to URL (SSU)
    By bobthemolder in forum All Other Contributions/Addons
    Replies: 18
    Last Post: 30 May 2011, 12:27 PM
  3. my url:www.thefabulouszone.com " Access Denied"
    By techmediaincorp in forum Basic Configuration
    Replies: 2
    Last Post: 12 Apr 2010, 10:29 AM
  4. Replies: 2
    Last Post: 11 Feb 2010, 09:13 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