Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL problem - help!


batteryxsnare

Recommended Posts

Posted

I bought a QuickSSL certificate from GeoTrust (and my hosting is at MediaTemple). According to my host, the certificate is installed correctly. The web interface for osCommerce used to show that there was a certificate installed but now it doesn't. I updated the config.php file but when I try to checkout it still goes to an https:// page but doesn't show the certificate or the lock.

 

I already changed these lines:

 

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

define('HTTPS_SERVER', 'https://www.cubicdissection.com'); // eg, https://localhost - should not be empty for productive servers

 

 

and these:

 

find this line in your catalog/includes/application_top.php (around line 40)

 

$request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL';

 

and change it to:

 

$request_type = (getenv('HTTPS') == '1') ? 'SSL' : 'NONSSL'

 

 

 

 

 

my site is http://www.centurapaint.com

 

 

 

I'm having the same problem as in this thread: http://www.oscommerce.com/forums/index.php?showtopic=284490

 

HELP!

 

 

Thanks!

Archived

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

×
×
  • Create New...