Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to enable SSL in my oscommerce?


Lim

Recommended Posts

Posted

Hello,

 

Before i install my oscommerce, i no install the ssl to my hosting.

I found this error message "Error: Credit cards numbers passed over an insecure channel. Please alert seller immediately." during procising by my 2checkout.

 

So I install a SSL, may i know do i need enable ssl at oscommerce admin?

how to do?

or just direct using https://myoscommerce_shopname.com to access the page?

Posted
Hello,

 

Before i install my oscommerce, i no install the ssl to my hosting.

I found this error message "Error: Credit cards numbers passed over an insecure channel. Please alert seller immediately." during procising by my 2checkout.

 

So I install a SSL, may i know do i need enable ssl at oscommerce admin?

how to do?

or just direct using https://myoscommerce_shopname.com to access the page?

 

in includes/configure.php

 

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

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

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

define('HTTP_COOKIE_DOMAIN', '');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTP_COOKIE_PATH', '');

define('HTTPS_COOKIE_PATH', '');

Treasurer MFC

Archived

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

×
×
  • Create New...