Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2005
    Posts
    65
    Plugin Contributions
    0

    Default Editing module disabled until Admin is configured for SSL

    I found the same issue in the thread with the same name, but it was closed.
    I have the same problem, but I don't see how to uninstall Authorize.net AIM module. Also, I login Admin via https://, but as soon as I click to payment modules the address switches to http://.

    My configure.php is configured as such:
    define('HTTP_SERVER', 'http://www.healthworksprofessional.com');
    define('HTTPS_SERVER', 'https://www.healthworksprofessional.com');
    define('HTTP_CATALOG_SERVER', 'http://www.healthworksprofessional.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.healthworksprofessional.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');

    The includes/configure.php is configured similarly.

    Any help would be greatly appreciated.
    Thanks
    jim

  2. #2
    Join Date
    Jan 2004
    Posts
    58,243
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Editing module disabled until Admin is configured for SSL

    For your ADMIN, to make ALL the admin pages (including your payment modules which have secure configuration settings), you need to make your HTTP_SERVER setting use an https URL. But ONLY in your ADMIN version of configure.php. Don't do it on the non-admin version.
    So simply add the "s":
    Quote Originally Posted by jar3300 View Post
    My admin configure.php is configured as such:
    define('HTTP_SERVER', 'https://www.healthworksprofessional.com');
    define('HTTPS_SERVER', 'https://www.healthworksprofessional.com');
    Explained in the FAQ on setting up SSL: http://www.zen-cart.com/content.php?...alled-zen-cart
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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.

  3. #3
    Join Date
    Dec 2005
    Posts
    65
    Plugin Contributions
    0

    Default Re: Editing module disabled until Admin is configured for SSL

    Doc,
    That did the trick and fixed the Authorize.net issue.
    Thanks so very much!
    Jim

 

 

Similar Threads

  1. Editing module disabled until Admin is configured for SSL
    By boggl in forum Upgrading from 1.3.x to 1.5.x
    Replies: 10
    Last Post: 29 Feb 2012, 09:23 PM
  2. bizarre problem with editing payment module in admin
    By highlander in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 6 Jan 2011, 05:40 AM
  3. Replies: 1
    Last Post: 26 Oct 2009, 03:30 AM
  4. SSL configured correctly but getting Database errors??
    By Kmacandrew in forum General Questions
    Replies: 1
    Last Post: 30 Jan 2009, 05:46 PM
  5. Replies: 10
    Last Post: 12 Feb 2007, 05:54 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
  •