Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Setup for use with HTTPS Proxy


Guest

Recommended Posts

Hello, how would I do it inside the configure.php to make is work correctly with an https proxy. The webhost said that the domain name such as www.tonerrefillnow.com can't be the same to use in the https proxy. They said I would have to create a sub domain such as secure.tonerrefillnow.com in order to not confuse the https proxy. In the configure.php I have as follows:

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

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

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

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

define('HTTP_COOKIE_DOMAIN', 'www.tonerrefillnow.com');

define('HTTPS_COOKIE_DOMAIN', 'www.tonerrefillnow.com');

 

The https proxy is https://ssl.perfora.net and the way they activate it in the control panel is https://ssl.perfora.net/secure.tonerrefillnow.com but os commerce wants it to to https://ssl.perfora.net/www.tonerrefillnow.com which gives an error at the webhost saying that it isn't configured.

 

How may I be able to use the https function of oscommerce with the https proxy as it needs to be to work?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...