Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Feb 2006
    Posts
    130
    Plugin Contributions
    0

    Default Re: SSL Not Recognized - Authorize.net aim Module Disabled - Customer Login Loops

    I am having this same problem with Authorize.net AIM: "ALERT: For security reasons, Installation of this module is disabled until your Admin is configured for SSL."

    I recently upgraded from 1.3.7 to 1.5.4. The upgrade went smoothly and everything else on the site seems to being correctly. I did not remove the Authorize.net AIM module prior to the upgrade. After the upgrade, I received the ALERT warning for the module. I have uninstalled(removed) the module, but now can not install it again.

    I do have a dedicated IP and private SSL (Hostgator) all working. I have read the information here: https://www.zen-cart.com/content.php?56 . I have reviewed my configure files but I can not find the problem, so I hope someone can help.

    https://jimfrenchproductions.com

    Below is a copy of my admin/configure.php file


    application/x-httpd-php configure.php
    PHP script text

    <?php
    /**
    * @package Configuration Settings circa 1.5.4
    * @copyright Copyright 2003-2014 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * File Built by zc_install on 2015-01-11 11:14:48
    */


    /*************** NOTE: This file is similar, but DIFFERENT from the "store" version of configure.php. ***********/
    /*************** The 2 files should be kept separate and not used to overwrite each other. ***********/

    /**
    * WE RECOMMEND THAT YOU USE SSL PROTECTION FOR YOUR ENTIRE ADMIN:
    * To do that, make sure you use a "https:" URL for BOTH the HTTP_SERVER and HTTPS_SERVER entries:
    */
    define('HTTP_SERVER', 'http://jimfrenchproductions.com');
    define('HTTPS_SERVER', 'https://jimfrenchproductions.com');
    define('HTTP_CATALOG_SERVER', 'http://jimfrenchproductions.com');
    define('HTTPS_CATALOG_SERVER', 'https://jimfrenchproductions.com');

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

    // secure webserver for storefront? Valid choices are 'true' or 'false' (including quotes).
    define('ENABLE_SSL_CATALOG', 'true');
    ...
    (extra content removed)
    Last edited by DrByte; 4 Aug 2015 at 05:00 PM. Reason: removed extra content

  2. #12
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: SSL Not Recognized - Authorize.net aim Module Disabled - Customer Login Loops

    Quote Originally Posted by Picci View Post
    /**
    * WE RECOMMEND THAT YOU USE SSL PROTECTION FOR YOUR ENTIRE ADMIN:
    * To do that, make sure you use a "https:" URL for BOTH the HTTP_SERVER and HTTPS_SERVER entries:
    */
    define('HTTP_SERVER', 'http://jimfrenchproductions.com');
    define('HTTPS_SERVER', 'https://jimfrenchproductions.com');
    define('HTTP_CATALOG_SERVER', 'http://jimfrenchproductions.com');
    define('HTTPS_CATALOG_SERVER', 'https://jimfrenchproductions.com');

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

    // secure webserver for storefront? Valid choices are 'true' or 'false' (including quotes).
    define('ENABLE_SSL_CATALOG', 'true');
    In your admin/includes/configure.php
    You need to also set
    PHP Code:
    define('HTTP_SERVER''http://jimfrenchproductions.com'); 
    to
    PHP Code:
    define('HTTP_SERVER''https://jimfrenchproductions.com'); 

  3. #13
    Join Date
    Feb 2006
    Posts
    130
    Plugin Contributions
    0

    Default Re: SSL Not Recognized - Authorize.net aim Module Disabled - Customer Login Loops

    Thank you very much for spotting this for me! That fixed the issue.

    Apparently, I did not read and understand the Admin Security Note section on this page. https://www.zen-cart.com/content.php?56

    I am loving the upgraded Zen Cart site with the Tableau template, it looks great on mobile.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v151 AIM Authorize.net module suddenly quit working due to SSL communications error?
    By Johnnycopilot in forum Addon Payment Modules
    Replies: 13
    Last Post: 30 Aug 2016, 07:20 PM
  2. v154 Admin - authorize.net AIM not showing SSL
    By Craig Freeburg in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 15 Sep 2015, 06:31 PM
  3. Authorize.net AIM Module Not showing up in Checkout
    By jamadri in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 5 Sep 2013, 05:43 PM
  4. Authorize.net AIM Module does not process transactions
    By quixotica in forum Built-in Shipping and Payment Modules
    Replies: 12
    Last Post: 24 Dec 2006, 08:42 PM
  5. Authorize.net AIM module not showing up as payment option
    By daisychick in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 19 Dec 2006, 11:26 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR