Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2003
    Location
    Mansfield, Ohio, United States
    Posts
    7
    Plugin Contributions
    0

    Default SSL admin login issues

    When I set the admin to use SSL it won't let me login. It just stays on the login page. Here's the admin url settings:

    define('HTTP_SERVER', 'http://******.com');
    define('HTTPS_SERVER', 'https://ssl.perfora.net/*****.com');
    define('HTTP_CATALOG_SERVER', 'http://*****.com');
    define('HTTPS_CATALOG_SERVER', 'https://ssl.perfora.net/*****.com');

    I need it to be secured so I can setup the YourPay module.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: SSL admin login issues

    For a secure admin, both the HTTP_SERVER and HTTPS_SERVER need to point to your SSL connection:
    Code:
    define('HTTP_SERVER', 'https://ssl.perfora.net/*****.com');
    define('HTTPS_SERVER', 'https://ssl.perfora.net/*****.com');
    define('HTTP_CATALOG_SERVER', 'http://*****.com');
    define('HTTPS_CATALOG_SERVER', 'https://ssl.perfora.net/*****.com');
    In addition, since you're using 1&1's shared-certificate SSL, you'll need to create the file /YOUR_ADMIN/includes/extra_configures/https_cookie_domain.php that contains:
    Code:
    define('CUSTOM_COOKIE_PATH', '/*****.com/YOUR_ADMIN');

 

 

Similar Threads

  1. v154 Login Issues after SSL Installed
    By rbarbour in forum General Questions
    Replies: 2
    Last Post: 16 Jun 2015, 10:27 PM
  2. Replies: 6
    Last Post: 16 Feb 2015, 07:16 PM
  3. v151 SSL Navigation Issues in Admin Pages
    By scubasteve in forum Basic Configuration
    Replies: 1
    Last Post: 15 Aug 2013, 04:10 AM
  4. v151 Login Issues With Subdomain after installing SSL
    By ckelley in forum Basic Configuration
    Replies: 9
    Last Post: 1 May 2013, 02:55 AM
  5. Admin Login Issues After Enabling SSL
    By Symbah in forum Basic Configuration
    Replies: 0
    Last Post: 24 Nov 2009, 07:41 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