Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Posts
    158
    Plugin Contributions
    0

    css problem Help needed for SSL

    Hello there,
    I just installed the SSL on my domain, but till now it doesn't work properly.
    By example during the checkout you will not redirected to the https:// so I think there is something wrong with the installation or maybe with a .php file in my zen cart...

    my website is this

    As you can see there is the icon in the left corner ( COMODO) which is activated so I don't the problem comes from them. Most probably is related to a mistake I did maybe in the configuration!

    Maybe this issue could be simple, so I'm sorry for asking it, but this is my first time implementing an SSL to my website!

    Thank you
    www.alepia.ch Alepia suisse

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Help needed for SSL

    Have you enable SSL from within your Configure.php file ?

  3. #3
    Join Date
    Dec 2008
    Posts
    158
    Plugin Contributions
    0

    Default Re: Help needed for SSL

    yes!
    I did it in both, the admin one and the other one :/
    www.alepia.ch Alepia suisse

  4. #4
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Help needed for SSL

    inc/config.php
    Code:
    // 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.<website>.com');
    define('HTTPS_SERVER', 'https://www.<website>.com');
    
    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');
    admin/inc/configure.php
    Code:
       * If you desire your *entire* admin to be SSL-protected, make sure you use a "https:" URL for all 4 of the following:
       */
      define('HTTP_SERVER', 'http://www.<website>.com');
      define('HTTPS_SERVER', 'https://www.<website>.com');
      define('HTTP_CATALOG_SERVER', 'http://www.<website>.com');
      define('HTTPS_CATALOG_SERVER', 'https://www.<website>.com');
    
      // Use secure webserver for catalog module and/or admin areas?
      define('ENABLE_SSL_CATALOG', 'true');
      define('ENABLE_SSL_ADMIN', 'true');
    MAKE SURE BOTH FILES ARE WRITEABLE BEFORE UPLOADING TO FTP
    Last edited by Ajeh; 16 Jan 2010 at 04:39 PM. Reason: added missing www from example they must match
    i may not know how yet, but i soon will....i hope :)

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Help needed for SSL

    spid3r1987,
    You posted files look correct BUT you better check that you have successfully uploaded it to the server - saelecting "login" on your site, does not switch to https
    If the server file is set to permissions of 444 it can not be overritten via FTP

    You can delete the server file first then FTP the edited file
    You may then have to use your account filemanager to set the permissions correctly
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Dec 2008
    Posts
    158
    Plugin Contributions
    0

    Default Re: Help needed for SSL

    yes that was the problem...
    in fact I couldn't replace the configure page!
    both, thank you very much!
    www.alepia.ch Alepia suisse

  7. #7
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Help needed for SSL

    Quote Originally Posted by kobra View Post
    spid3r1987,
    You posted files look correct BUT you better check that you have successfully uploaded it to the server - saelecting "login" on your site, does not switch to https
    If the server file is set to permissions of 444 it can not be overritten via FTP

    You can delete the server file first then FTP the edited file
    You may then have to use your account filemanager to set the permissions correctly
    on 3 diff pc's here when i click login it switches to https mate :S?
    i may not know how yet, but i soon will....i hope :)

 

 

Similar Threads

  1. SSL Logo Help Needed
    By AlexMetz in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 May 2011, 04:16 PM
  2. zencart and SSL certificate help needed
    By DarkAngel in forum General Questions
    Replies: 4
    Last Post: 1 Dec 2009, 03:16 AM
  3. SSL needed for PayPal / no SSL for cc ?
    By Wils in forum Built-in Shipping and Payment Modules
    Replies: 22
    Last Post: 21 Jun 2009, 04:52 PM
  4. SSL Certificate help needed
    By DarkAngel in forum General Questions
    Replies: 3
    Last Post: 19 May 2009, 07:39 AM
  5. SSL help needed
    By cnpanther in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 17 Feb 2008, 08:12 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