Page 2 of 2 FirstFirst 12
Results 11 to 20 of 25

Hybrid View

  1. #1
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Enabling SSL - Just changed cofigure.php files and now I'm getting an error

    Your cert says tsilaorganics.com without the www - you need to not use the www in any of your URLs or you will get security warnings. You also need to make sure the urls are consistant and NOT use /catalog in the main URL
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  2. #2
    Join Date
    Jul 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Enabling SSL - Just changed cofigure.php files and now I'm getting an error

    I made the following edits and it still doesn't seem to work.

    The admin is:

    define('HTTP_SERVER', 'http://www.tsilaorganics.com/catalog');
    define('HTTPS_SERVER', 'https://www.tsilaorganics.com/catalog');
    define('HTTP_CATALOG_SERVER', 'http://www.tsilaorganics.com/catalog');
    define('HTTPS_CATALOG_SERVER', 'https://www.tsilaorganics.com/catalog');

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

    the regular includes is:

    define('HTTP_SERVER', 'http://www.tsilaorganics.com/catalog');
    define('HTTPS_SERVER', 'https://www.tsilaorganics.com/catalog');

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

  3. #3
    Join Date
    Apr 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Enabling SSL - Just changed cofigure.php files and now I'm getting an error

    You can run with a shared ssl but you will have to copy the whole catalog to your shared ssl folder. Then make sure the paths in the configure.php on your https server point to the files on that server, e.g e:/sslroot/secure_folder/store, and the http settings at the top are set to your http site and the https setting are set to the secure site and enable ssl is set to true. Make sure that the database settings refer to your database on the http site.

    You will then have to set you configure.php settings on the http site to point to the ssl folder under the https line and again enable ssl = true.

    It does work as I have done it but you will have to maintain two sets of you files but not the database contents, so if you edit a .php file, for example a new page, you will have to copy it to the secure site.

    The ideal option is to get a host that gives you a dedicated ssl (around £40)and then the ssl space maps seamlessly to you normal web space.

    Hope that helps

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 0
    Last Post: 23 Mar 2012, 10:22 PM
  2. reinstall php via yum, now getting this error in zencart
    By bangsters in forum General Questions
    Replies: 1
    Last Post: 31 Aug 2009, 03:52 AM
  3. Changed my config.php files, now can't login to store
    By tedvieira in forum General Questions
    Replies: 11
    Last Post: 27 Mar 2008, 10:25 PM
  4. enabling ssl in configure.php I get a error message
    By OCB in forum Basic Configuration
    Replies: 1
    Last Post: 26 Oct 2007, 12:41 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