Thread: SSL Not Working

Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2008
    Posts
    15
    Plugin Contributions
    0

    application error SSL Not Working

    Okay so I have installed Zen Cart, everything works perfectly, and now another problem came. I have followed the guidelines for SSL configuration for the two files listed in the manual. And after I configured them and uploaded them, nothing happens. Even when I checkout or go to admin area, still no SSL is working. While when I type https://www.mysite.com, I see a lock in the web browser and all. I have bought a dedicated SSL 128bit. Please help me here, I tried lots of ways to fix this problem, still nothing.

    ZenCart 1.38a

    includes/dist-configure.php
    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com
    // HTTPS_SERVER is your Secure webserver: eg-https://www.yourdomain.com
    define('HTTP_SERVER', 'http://www.mysite.com');
    define('HTTPS_SERVER', 'https://www.mysite.com');

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

    admin/includes/dist-configure.php
    define('HTTP_SERVER', 'http://www.mysite.com');
    define('HTTPS_SERVER', 'https://www.mysite.com');
    define('HTTP_CATALOG_SERVER', 'http://www.mysite.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.mysite.com');

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

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: SSL Not Working

    two files concerned should be configure.php, not
    dist-configure..am also assuming you have purchased
    an ssl cert and your webhost has installed for you.

  3. #3
    Join Date
    Jul 2008
    Posts
    15
    Plugin Contributions
    0

    application error Re: SSL Not Working

    Quote Originally Posted by misty View Post
    two files concerned should be configure.php, not
    dist-configure..am also assuming you have purchased
    an ssl cert and your webhost has installed for you.
    Yes I have purchased a dedicated one from my hosting provider! But the only files I have are dist-configure.php. Not without the dist-. For some apparent reason maybe they were changed in the new version?

    Also then, do you think that I should rename them back to configure.php instead of keeping them dist-configure.php. My guess is that they came with that prefix with the new installation. Because I didn't rename them myself.

  4. #4
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: SSL Not Working

    dist-configure are named/included in zencart zipfile..
    they should both be named configure.php
    BACKUP both files FIRST..then make copies of both...rename
    configure.php...upload to website.

 

 

Similar Threads

  1. SSL not working
    By fscproductions in forum General Questions
    Replies: 5
    Last Post: 22 Oct 2010, 04:20 AM
  2. SSL Not working
    By acreativepage in forum General Questions
    Replies: 4
    Last Post: 16 Oct 2008, 09:30 PM
  3. SSL not working.
    By jfreundn in forum General Questions
    Replies: 11
    Last Post: 12 Oct 2008, 08:56 AM
  4. SSL not working
    By janda3178 in forum General Questions
    Replies: 2
    Last Post: 14 Mar 2007, 02:41 AM
  5. SSL not working
    By bhpepper in forum General Questions
    Replies: 21
    Last Post: 13 Mar 2007, 01:38 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