Results 1 to 9 of 9
  1. #1
    Join Date
    May 2012
    Posts
    7
    Plugin Contributions
    0

    Default SSL question / please help

    I have recently added a dedicated SSL cert to my hosting then followed this post (http://www.zen-cart.com/content.php?56) to activate in my zen cart. Once I activated it a I can no longer sign in to my fetch program to upload files. Also how do I know for sure that SSL is working on my site properly. I dont see any lock in my address bar? here is the code from my includes/config

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

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

    and here is my files from my admin/includes/config

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

    // secure webserver for admin? Valid choices are 'true' or 'false' (including quotes).
    define('ENABLE_SSL_ADMIN', 'false');

    // secure webserver for storefront? Valid choices are 'true' or 'false' (including quotes).
    define('ENABLE_SSL_CATALOG', 'true');


    when I try and install my paypal payments pro in payments option i admin it tells ( ALERT: For security reasons, Installation of this module is disabled until your Admin is configured for SSL. )


    when I set the admin SSL to "true" it wouldn't let me log in to my admin????

    any help would be appreciated please thanks!
    -Darian

    my web address is: http://www.deviantstyle.com

  2. #2
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: SSL question / please help

    Quote Originally Posted by dwadham View Post
    I have recently added a dedicated SSL cert to my hosting then followed this post (http://www.zen-cart.com/content.php?56) to activate in my zen cart. Once I activated it a I can no longer sign in to my fetch program to upload files. Also how do I know for sure that SSL is working on my site properly. I dont see any lock in my address bar? here is the code from my includes/config

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

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

    and here is my files from my admin/includes/config

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

    // secure webserver for admin? Valid choices are 'true' or 'false' (including quotes).
    define('ENABLE_SSL_ADMIN', 'false');

    // secure webserver for storefront? Valid choices are 'true' or 'false' (including quotes).
    define('ENABLE_SSL_CATALOG', 'true');


    when I try and install my paypal payments pro in payments option i admin it tells ( ALERT: For security reasons, Installation of this module is disabled until your Admin is configured for SSL. )


    when I set the admin SSL to "true" it wouldn't let me log in to my admin????

    any help would be appreciated please thanks!
    -Darian

    my web address is: http://www.deviantstyle.com
    Set the above to true

    and see here...
    http://www.sslshopper.com/ssl-checke...viantstyle.com
    Last edited by gilby; 2 Jun 2012 at 06:18 AM.

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: SSL question / please help

    Quote Originally Posted by dwadham View Post
    Once I activated it a I can no longer sign in to my fetch program to upload files.

    What is a "FETCH" program? Do you mean your FTP system?
    20 years a Zencart User

  4. #4
    Join Date
    May 2012
    Posts
    7
    Plugin Contributions
    0

    Default Re: SSL question / please help

    Quote Originally Posted by schoolboy View Post
    What is a "FETCH" program? Do you mean your FTP system?
    yea its called FETCH its a ftp program to upload my files to my server. When I added SSL i now have to log in with ftp.fatcow.com instead of my normal hostname. I also have to use a port now so. I guess being that I added SSL it changed up some ways I have to log in to my ftp. thats all i was saying.

  5. #5
    Join Date
    May 2012
    Posts
    7
    Plugin Contributions
    0

    Default Re: SSL question / please help

    Quote Originally Posted by gilby View Post
    Set the above to true

    and see here...
    http://www.sslshopper.com/ssl-checke...viantstyle.com

    well i had that set to true and my pages that I had set to SSL in my easy page settings wouldn't come up. I got a 404 error. Ill try it again I think fatcow had to make some changes on my account first. thank you for your reply
    -Darian

  6. #6
    Join Date
    May 2012
    Posts
    7
    Plugin Contributions
    0

    Default Re: SSL question / please help

    So i changed the false to true and everything seems to work ok but when I go to add my paypal payments pro module it wont let me. It gives me this note>>>

    ALERT: For security reasons, Installation of this module is disabled until your Admin is configured for SSL.


    and I changed the false to true is there anything else I need to do to my site to get it SSL ?

  7. #7
    Join Date
    May 2012
    Posts
    7
    Plugin Contributions
    0

    Default Re: SSL question / please help

    also do I need to set the permissions to my 2 config files i changed to read only ??

  8. #8
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: SSL question / please help

    Quote Originally Posted by dwadham View Post
    and here is my files from my admin/includes/config

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

    // secure webserver for admin? Valid choices are 'true' or 'false' (including quotes).
    define('ENABLE_SSL_ADMIN', 'true');
    In your admin, if you want to enable payment modules which allow customers to enter credit card data directly on your site, you must enable SSL more thoroughly in your admin, as shown above. Also explained in the article you linked to in your first post.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    May 2012
    Posts
    7
    Plugin Contributions
    0

    Default Re: SSL question / please help

    Quote Originally Posted by DrByte View Post
    In your admin, if you want to enable payment modules which allow customers to enter credit card data directly on your site, you must enable SSL more thoroughly in your admin, as shown above. Also explained in the article you linked to in your first post.
    got it, thank you for your expertise and time my friend.

 

 

Similar Threads

  1. v138a SSL Problem Please Help!!
    By semsenkir in forum General Questions
    Replies: 8
    Last Post: 31 Jan 2012, 04:56 PM
  2. SSL question - advice please
    By accurax in forum General Questions
    Replies: 2
    Last Post: 7 Nov 2008, 01:11 AM
  3. ssl please help
    By rakhi in forum General Questions
    Replies: 0
    Last Post: 26 Jun 2007, 07:45 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