Results 1 to 10 of 15

Hybrid View

  1. #1
    Join Date
    May 2009
    Location
    Junction City, Oregon
    Posts
    315
    Plugin Contributions
    0

    Default Could SSL be pointing to wrong place?

    Our SSL (https) is being pointed at our root folder. However, our store is located in a subdirectory called 'cart'. And... the main page within our root folder is being re-directed to an info page on our cart, until we've customized it further.

    I keep having issues with shopping carts timing out, and I want to make sure my SSL is set up correctly.

    Does it matter if the SSL is pointing to my root directory, even if our store (where we really need it) is located in a subdirectory?

    I hope I explained that right.

    KD

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

    Default Re: Could SSL be pointing to wrong place?

    An SSL Cert is for a Domain name only. What dir. a script is located in or what URL you want to use makes no difference.

    With regard to Zen Cart, once you setup the two config files to use correct paths, you should not have a problem.

  3. #3
    Join Date
    May 2009
    Location
    Junction City, Oregon
    Posts
    315
    Plugin Contributions
    0

    Default Re: Could SSL be pointing to wrong place?

    Okay, that makes a little more sense. As far as the two configure files go... the one in my admin is slightly different than the one in my includes... and I'm not sure that I've got the settings right.

    Does it matter if I put the www in there?

    In my admin/includes/configure.php file I've got this:
    define('HTTP_SERVER', 'http://www.eaglerockbooks.com');
    define('HTTPS_SERVER', 'https://eaglerockbooks.com');
    define('HTTP_CATALOG_SERVER', 'http://www.eaglerockbooks.com');
    define('HTTPS_CATALOG_SERVER', 'https://eaglerockbooks.com');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');
    In my includes/configure.php file I've got this:
    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
    // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
    define('HTTP_SERVER', 'http://www.eaglerockbooks.com');
    define('HTTPS_SERVER', 'https://eaglerockbooks.com');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');
    If anyone could give me feedback on this, it would be wonderful...

    Lastly, in my google checkout admin settings I've got the callback set to this:
    And the Callback contents set to Notification as XML

    (not sure if it was supposed to be XML or HTML?)

    Thank you for your help, anyone...

    KD

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

    Default Re: Could SSL be pointing to wrong place?

    Your SSL Cert is created to use: www.eaglerockbooks.com

    Therefore, any 'https' link must also use the same.

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Could SSL be pointing to wrong place?

    Most SSL certs are valid for just the domain specified. In many cases, subdomains are not secured.

    My recommendation would be to move your store to the root of your site, especially since you're not using it anyway.

  6. #6
    Join Date
    May 2009
    Location
    Junction City, Oregon
    Posts
    315
    Plugin Contributions
    0

    Default Re: Could SSL be pointing to wrong place?

    I switched all the https: to include the www. I did this in all three places, both of the configure files and also the callback in Google's integration section.

    So it looks like I've got all of those addresses right?

    Do you think that the fact my store is in a subfolder could really be causing the session expired page?

    Is it a really complicated process to switch everything into the root directory?

    Oh yeah.. after I put back in the www's I uploaded and tried again. Same results. :-(
    Last edited by KismetDesign; 14 Oct 2009 at 11:04 PM. Reason: forgot to mention....

 

 

Similar Threads

  1. uploading to wrong place ?
    By devlin in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Oct 2010, 02:02 AM
  2. admin login on shared SSL not pointing correctly
    By shufflenz in forum General Questions
    Replies: 1
    Last Post: 22 Jul 2010, 01:09 PM
  3. Template images pointing to wrong DIR after server move??
    By StarBuck in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 19 Jun 2008, 06:44 PM
  4. CAPTCHA-what could be wrong??
    By knottybynature in forum Addon Templates
    Replies: 3
    Last Post: 17 Mar 2008, 02:07 PM
  5. Cart pointing to wrong database
    By sassayone in forum Basic Configuration
    Replies: 3
    Last Post: 22 Jun 2007, 09:06 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