Zen Cart Logo
Forums / Basic Configuration / Installed SSL, I cant login customer end or through admin HELP!!

Installed SSL, I cant login customer end or through admin HELP!!

Views: 977

Results 1 to 3 of 3
11 Oct 2011, 10:59 AM
#1
philip_mkh avatar

philip_mkh

New Zenner

Join Date:
Oct 2011
Posts:
2
Plugin Contributions:
0

Installed SSL, I cant login customer end or through admin HELP!!

Dear all,

Please help me out here! im absolutely destroyed, exhausted and out of solutions!

I have a zen-cart website hosted on a shared sserver with a dedicated IP (https://www.brightlife.co) however recently we applied for SSL, which was aproved, and we gave the installation package to our host. It was then installed. SSL is shown as the connection whenever we login.

But the problem is this: We can no longer login through admin and customers are also unable to login through the front end of the website. No error message is shown, once we type in password and login and enter, the page jumps back to the homepage without entering.

When entering through admin, entering the details and pressing enter only refreshes the page.

here are the following config file texts:

includes/configure.php

define('HTTP_SERVER', 'http://www.brightlife.co');
define('HTTPS_SERVER', 'https://www.brightlife.co');

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

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');

and the admin_panel/includes/configure.php

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

// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'false');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_ADMIN', '/admin_panel/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/admin_panel/');
define('DIR_WS_HTTPS_CATALOG', '/');

Any help would be deeply appreciated

11 Oct 2011, 2:02 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: Installed SSL, I cant login customer end or through admin HELP!!

// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'false');

Shouldn't you try changing both of those to true?

12 Oct 2011, 2:44 AM
#3
philip_mkh avatar

philip_mkh

New Zenner

Join Date:
Oct 2011
Posts:
2
Plugin Contributions:
0

Re: Installed SSL, I cant login customer end or through admin HELP!!

my bad, forgot that was a temporary measure to get back into admin panel to change something