Thread: A ssl question

Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default A ssl question

    Hi, I am going to put SSl certificate on my site and I have asked my server. They have said" A certificate can be installed on a domain or a subdomain name." I have no idea, what would be the best. can anyone enlighten me. I only need my login pages protected.as i am using paypal. thanks

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

    Default Re: A ssl question

    If your Zencart installation is located in the root directory, you want the SSL certified for the domain. If it's in a subdirectory like /shop, you'll need the certificate to point to that directory, but I think it would be a better idea to move Zencart to the root.

  3. #3
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default Re: A ssl question

    Thanks for your quick reply. my zen cart is in the root, so that has answered my question. I find this ssl stuff very daunting. I feel like i should pay someone to do it for me, as I am just about zen carted out with the problems i have had. Mind you we have overcome them to date, with lots of help from this forum, so thanks again.

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

    Default Re: A ssl question

    You really don't have to do much. Your host will install the SSL, and then you'll change a couple of lines in the configure.php files. Zencart does the rest.

  5. #5
    Join Date
    Mar 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: A ssl question

    I installed a SSL certificate yesterday thru godaddy on my domain and site is in root directory. Now my admin area shows up fine with the SSL. My catalog home page comes up blank. I changed the configure .php in both the admin and catalog to TRUE for SSL. Any ideas why my catalog side is not showing up?

    www.couponclicknsave.com

    Thanks
    girlgonzo

  6. #6
    Join Date
    Dec 2006
    Location
    Ontario
    Posts
    112
    Plugin Contributions
    0

    Default Re: A ssl question

    You have to change your config file more than just changing it to true. Starting at line 14 you will see this. Change the spot that is red.


    // 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.your website);
    define('HTTPS_SERVER', 'https://your ssl server');

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

 

 

Similar Threads

  1. v150 Question Re: POODLE SSL Vulnerability vs if I have no SSL certificate on my store
    By vandiermen in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 16 Oct 2014, 12:43 AM
  2. SSL Question
    By Berserker in forum Basic Configuration
    Replies: 1
    Last Post: 5 Jun 2006, 02:59 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