Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2006
    Location
    near Atlanta Georgia
    Posts
    214
    Plugin Contributions
    0

    Default Hostmonster and shared SSL problem

    I am setting up my store and I am having a problem using shared ssl. My main domain is www.goldbucklephotography.com with a sub-domain of www.discountprintingservice.com. Hostmonster said to use the following path for my shared ssl:
    https://secure.hostmonster.com/~yourunixusername/

    so I tried to change the files:
    admin/includes/configure.php to:

    define('HTTP_SERVER', 'http://discountprintingservice.com');
    define('HTTPS_SERVER', 'https://secure.hostmonster.com/~goldbuck');
    define('HTTP_CATALOG_SERVER', 'http://discountprintingservice.com');
    define('HTTPS_CATALOG_SERVER', 'https://secure.hostmonster.com/~goldbuck');

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

    and
    includes/configure.php to:
    define('HTTP_SERVER', 'http://discountprintingservice.com');
    define('HTTPS_SERVER', 'https://secure.hostmonster.com/~goldbuck');

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

    The above was changed per the instructions found at zen-cart and hostmonster but the shared ssl doesn't work.

    When I try to goto the admin under shared ssl with the changes made above I get this error:
    404 Not Found

    The server can not find the requested page:
    74.220.215.102/~goldbuck/store/admin/login.php (port 443)
    Can anyone help me out???

  2. #2
    Join Date
    Dec 2006
    Location
    near Atlanta Georgia
    Posts
    214
    Plugin Contributions
    0

    Default Re: Hostmonster and shared SSL problem

    Okay I figured it out:


    define('HTTPS_SERVER', 'https://secure.hostmonster.com/~***your user name***/***name of subdomain***')

    I.E.
    user name:JKGG67
    domain or subdomain: www.thisshop.com

    define('HTTPS_SERVER', 'https://secure.hostmonster.com/~JKGG67/thisshop')

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Hostmonster and shared SSL problem

    Thanks for posting the solution on how you were able to resolve the secure issue this will be of help to others ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    May 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Hostmonster and shared SSL problem

    Quote Originally Posted by GoldBuckle View Post
    Okay I figured it out:


    define('HTTPS_SERVER', 'https://secure.hostmonster.com/~***your user name***/***name of subdomain***')

    I.E.
    user name:JKGG67
    domain or subdomain: www.thisshop.com

    define('HTTPS_SERVER', 'https://secure.hostmonster.com/~JKGG67/thisshop')

    Do your SSL pages (e.g. checkout form) show correct formating in Firefox browser?

 

 

Similar Threads

  1. Changed hosts and Shared SSL problem
    By Kayla in forum Installing on a Linux/Unix Server
    Replies: 7
    Last Post: 4 Aug 2008, 02:42 PM
  2. Shared SSL Problem
    By alwoodman in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 7 Aug 2007, 01:14 AM
  3. shared ssl problem
    By clr in forum General Questions
    Replies: 4
    Last Post: 30 Jun 2007, 11:48 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