Thread: SSL Issues!

Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2009
    Posts
    3
    Plugin Contributions
    0

    red flag SSL Issues!

    I've set up my shopping cart, and have an SSL certificate applied to http://cart.fastfitfoods.com - I have my cart in its own sub domain, and have changed both config files to look like this:

    define('HTTP_SERVER', 'http://cart.fastfitfoods.com');
    define('HTTPS_SERVER', 'https://cart.fastfitfoods.com');
    define('HTTP_CATALOG_SERVER', 'http://cart.fastfitfoods.com');
    define('HTTPS_CATALOG_SERVER', 'https://cart.fastfitfoods.com');

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

    ------------

    define('HTTP_SERVER', 'http://cart.fastfitfoods.com');
    define('HTTPS_SERVER', 'https://cart.fastfitfoods.com');

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

    but when i go to checkout, im getting the page is not found. Any ideas what im doing wrong?!

  2. #2
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: SSL Issues!

    This link is valid: (URL seperated to prevent indexing by SEs)
    https://cart .fastfitfoods .com/index.php?main_page=login

    But your Login link use this:
    https://cart .fastfitfoods .com/cart/index.php?main_page=login

    It would seem you need to adjust your Login link or paths used in your "configure.php" file.

    Also important, your Login page does not provide a Submit button???

 

 

Similar Threads

  1. SSL Issues
    By genhob in forum Basic Configuration
    Replies: 2
    Last Post: 9 Apr 2011, 02:42 AM
  2. SSL Issues
    By z06man in forum General Questions
    Replies: 7
    Last Post: 16 Oct 2010, 09:09 PM
  3. SSL Issues
    By alphatrion in forum General Questions
    Replies: 6
    Last Post: 12 Sep 2007, 02:28 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