Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL connection for admin log-in


Guest

Recommended Posts

Hi,

I can't seem to get SSL to work while I'm logged in to the admin panel. All links lead to the regular port 80. I'm mostly concerned with retrieving credit card numbers.

 

I don't see anything that I'm missing in the configuration. Sales transactions in the catalog create SSL links with no problem.

 

I'm running 2.2 2 in a LAMP environment.

 

Thanks.

-Don-

Link to comment
Share on other sites

It has a dedicated IP Address and full cert. The SSL sessions work fine in the regular public catalog. It's just the admin panel.

 

TX

Link to comment
Share on other sites

admin/includes/configure.php

---------------------------------

define('HTTP_SERVER', 'https://www.yourdomain.com'); // eg, http://localhost or - https://localhost should not be NULL for productive servers

define('HTTP_CATALOG_SERVER', 'https://www.yourdomain.com');

define('HTTPS_CATALOG_SERVER', 'https://www.yourdomain.com');

 

You'll probably have to login twice, but this will give you the padlock on all pages.

 

Vger

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...