Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Aug 2007
    Posts
    6
    Plugin Contributions
    0

    help question SSL configuration

    Hi
    I had installed zen cart with no problems at all, Also my host had installed for me Turbo SSLŪ Secure Certificate (on godaddy.com).
    I read this tutorial,the problem is I only get the yellow bar and the lock icon when I wrote https://
    how can I make the lock icon appear when I log in using http:// ?
    Thanks

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: SSL configuration

    You can't. The browsers detect when you have a secure connection and show the padlock. When you login with http and not https, you don't have a secure connection, so they don't show it. Have you updated your includes/configure.php file to turn on SSL and have the login page go to https automatically?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Aug 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: SSL configuration

    this is the changes that I did
    PHP Code:
    Change includes/configure.php and admin/includes/configure.php to:

    // Define the webserver and path parameters
    define('HTTP_SERVER''http://www.YOUR_SHOP.com'); // eg, http://localhost - should not be empty for productive servers
    define('HTTPS_SERVER''https://www.YOUR_SHOP.com'); // eg, https://localhost - should not be empty for productive servers
    define('ENABLE_SSL'true); // 

  4. #4
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: SSL configuration

    That's heading in the right direction, but you need single quotes around the true, i.e
    define('ENABLE_SSL', 'true');
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #5
    Join Date
    Aug 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: SSL configuration

    I ve added the single quotes around the true, but nothing happened! What the problem could be? by the way the zen cart installed in a directory named stock.

  6. #6
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: SSL configuration

    Do you have a link to the site?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #7
    Join Date
    Aug 2007
    Posts
    6
    Plugin Contributions
    0

  8. #8
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: SSL configuration

    As you say, not working. Without access to your files, its only possible to guess, but the most frequent reason that I have problems with my configure.php files is because they are write protected, so when I upload amended versions, my server rejects the new file, but doesn't tell me!!!

    I usually delete the old one quickly before uploading the new one, to be absolutely safe - more tricky on a live site of course.

    Have you checked that your change has arrived safely?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  9. #9
    Join Date
    Aug 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: SSL configuration

    you are right, Thanks a lot

  10. #10
    Join Date
    Aug 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: SSL configuration

    RE: "virtual https server"

    Allow this to be considered as a new post as it appears the forum is not accepting any new topics. I am in the process of going thru the pre-install checklist and came acrossed this question to answer. Presently, I don't own an SSL cert, but I am planning on getting one. For the past 8 years, my existing store has been remotely hosted, but I am wanting to begin hosting my own ecommerce so I can have more flexibility over changes I would like to meet, so this is all very brand new to me.

    The question I have at the moment is while I am in the process of building this new store site on a completely separate webhost and domain, for trial and error sake, I dont have a cert for that particular site. Will I be able to test out the functionality of the store without having the "virtual https server" for now?

    Thanks,

    Victoria

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. SSL Configuration
    By baddco in forum Installing on a Windows Server
    Replies: 32
    Last Post: 19 Aug 2008, 04:56 PM
  2. SSL Configuration
    By crazycucumber in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 27 Sep 2006, 01:32 AM
  3. SSL Configuration
    By storiale in forum Basic Configuration
    Replies: 16
    Last Post: 19 Jul 2006, 06:36 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