Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2014
    Location
    New Orleans LA
    Posts
    26
    Plugin Contributions
    0

    Default SSL related error with Authorize.net AIM (self-signed certificate)

    Hello,

    We have a v1.5.3 store in development on a sub-domain of live site. Live site has existing SSL cert. Since we only need the sub-domain for a week or two we added a self-signed cert to server. Accessing through FireFox we added exception and are able to access site at https://dev.mysite.com/mystore

    mystore/myadmin/includes/configure has been updated to

    Code:
    define('HTTP_SERVER', 'http://dev.mystore.com');
    define('HTTPS_SERVER', 'https://dev.mystore.com');
    define('HTTP_CATALOG_SERVER', 'http://dev.mystore.com');
    define('HTTPS_CATALOG_SERVER', 'https://dev.mystore.com');
    define('DIR_WS_HTTPS_CATALOG', '/mystore/');
    // 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');
    After enabling cookies and cache cleared and we were prompted to set new pass based on SSL change.

    However when we try to configure Authorize.net AIM or PayPal eg at
    https://dev.mysite.com/mystore/myadm...thorizenet_aim

    We get

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

    So we tried in browsers and on computers which had never accessed the site before. Same results.

    I doubt it is relevant but FYI whole dev site uses htaccess basic auth to prevent access but since we are authenticated I don't see how that could have anything to do with this.

    So- questions are

    1. Is problem the result of self-signed certificate?
    2. Can we resolve (eg configure and test Authorize.net AIM) without paying for trusted root issued certificate?

  2. #2
    Join Date
    Jul 2014
    Location
    New Orleans LA
    Posts
    26
    Plugin Contributions
    0

    Default Re: SSL related error with Authorize.net AIM (self-signed certificate)

    So this was resolved by forcing SSL outside admin...

    Code:
    define('HTTP_SERVER', 'https://dev.mystore.com');

  3. #3
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: SSL related error with Authorize.net AIM (self-signed certificate)

    Exactly.

    That's why immediately above the defines for HTTP_SERVER, HTTPS_SERVER, etc, you see the following comments:
    Code:
    /**
     * 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:
     */
    .

    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.

 

 

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. Authorize.net AIM Error 60 SSL certificate problem: unable to get local issuer
    By Jac Web in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 3 Jun 2016, 03:31 AM
  3. Windows 2012 server - 60 => SSL certificate problem: self signed certificate in chain
    By QuickBooksDev in forum Installing on a Windows Server
    Replies: 7
    Last Post: 21 Sep 2015, 03:43 PM
  4. v153 Communications Error with Authorize.net (AIM)
    By ajhoover in forum Addon Payment Modules
    Replies: 6
    Last Post: 13 Nov 2014, 08:24 PM
  5. SSL Enable & Authorize.net Security Certificate Error
    By Lainee in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 27 Apr 2007, 05:54 AM

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