Results 1 to 10 of 19

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: share a private SSL for multiple domains

    No idea about your host and their capabilities or willingness... I suspect the answer will be no.
    I have tried this and use it as my service provider wants ridiculuos amounts of money for additional IP addresses, but it's my server, so the hosting staff are very helpful.

    What you would need to establish on the Apache webserver side is as follows:

    1. Are they using virtual hosting? typically the answer is yes.
    2. Can they set UseCanonicaName on in the Vhosts file for your sites?
    3. Will they set up the vhosts config in Apache so that all your secure sites have an entry with the same IP address?
    4. There will probably be a bit of work installing the certificate.

    The certificate signing request is fairly easy to generate, just a slight mod of the standard script. If you're interested in pursuing it, I can dig out some references for you

    Chuck

  2. #2
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: share a private SSL for multiple domains

    Thank you Chuckl,

    I think I will go with Merlinpa's suggestion for now. I suspect it would be too much asked for my host.
    Live and learn... the Zen way.

  3. #3
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: share a private SSL for multiple domains

    I now got this working with a private SSL.

    My only problem is now admin login. I log in with SSL path and get inside admin. If I choose any other menu or section of the admin, it bounces me back to the https login page. What is going on? I can't figure it out.

    Here is my config:

    define('HTTP_SERVER', 'http://www.perfectpairweddingfavors.com');
    define('HTTPS_SERVER', 'https://www.duda-inc.com/perfectpairweddingfavors');
    define('HTTP_CATALOG_SERVER', 'http://www.perfectpairweddingfavors.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.duda-inc.com/perfectpairweddingfavors');

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

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_ADMIN', '/admin/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', '/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
    define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');

    Any idea?
    Live and learn... the Zen way.

  4. #4
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: share a private SSL for multiple domains

    in admin -> configureation -> sessions turn recreate sessions OFF
    Zen cart PCI compliant Hosting

  5. #5
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: share a private SSL for multiple domains

    The options are false and true, it was already on false. Any other idea? Do I have to clear my cache maybe? I will try and post back.
    Live and learn... the Zen way.

  6. #6
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: share a private SSL for multiple domains

    No, did not work. If I put
    define('ENABLE_SSL_ADMIN', 'false');

    then I can log in and work on the admin stuff. If I set it to
    define('ENABLE_SSL_ADMIN', 'true');

    then I get to the admin but when I click on anything, it gets me back to the login.

    Any other ideas?
    Live and learn... the Zen way.

  7. #7
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: share a private SSL for multiple domains

    Its a sessions thing,
    you can either leave it set to false or you can use the secured url for all the defines in admin/configure.php
    Zen cart PCI compliant Hosting

  8. #8
    Join Date
    Nov 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: share a private SSL for multiple domains

    Quote Originally Posted by Merlinpa1969 View Post
    in admin -> configureation -> sessions turn recreate sessions OFF

    My Shopping cart disappeared when my SSL went live - the above fixed the problem. Thanks

 

 

Similar Threads

  1. 3 domains share products users etc 3 different stores
    By Quality Refurbished in forum General Questions
    Replies: 8
    Last Post: 7 Mar 2013, 03:06 PM
  2. How best to use Zen Cart for multiple domains, X, Y, and Z?
    By riverlife in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Feb 2010, 08:51 PM
  3. shared ssl vs. private ssl?
    By soapfan0406 in forum General Questions
    Replies: 4
    Last Post: 28 Dec 2008, 04:20 PM
  4. 1 site, multiple domains for affiliate tracking
    By RobbieB in forum General Questions
    Replies: 1
    Last Post: 21 Aug 2008, 05:07 AM
  5. SSL private cert for checkout only causing probs
    By Calljj in forum General Questions
    Replies: 6
    Last Post: 2 May 2007, 10:22 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