Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL problem


osclover

Recommended Posts

Posted

My ssl is not working. Here is my configure.php file coding:

 

  define('HTTP_SERVER', 'http://www.my_site.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://dwhs.net/~lolo'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'www.my_site.com');
 define('HTTPS_COOKIE_DOMAIN', 'www.dwhs.net/~lolo');
 define('HTTP_COOKIE_PATH', '/catalog/');
 define('HTTPS_COOKIE_PATH', '/catalog/');
 define('DIR_WS_HTTP_CATALOG', '/catalog/');
 define('DIR_WS_HTTPS_CATALOG', '/catalog/');

 

When I try to login i get a javascript window asking whether i want to display non secure items or not, no matter what I select I am taken to a page like this:

 

One

 

or like this:

 

two

 

 

And on both these pages i get the message that 'Page Not Found'.

 

Please guide me in this regard. Thanks.

Posted

since you are usinga shared certificate, seems it is not working properly for your site, or your host has not really given you access to use it.

 

this is a hosting error and not an osCommerce error.

Archived

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

×
×
  • Create New...