Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL PROBLEM PLEASE URGENT !


jimtsik

Recommended Posts

I have a shared ssl , that was working properly with OSCOMMERCE 2.1

When i upgraded it to 2.2 , it stoped to have an ssl connection for checkout .

It does'nt recognize the customer when he logs in , but it's recognizes his cart !!!

Here is my configure.php file ...

 

 

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

define('HTTPS_SERVER', 'https://www.gegeor.net/~khposgr'); // eg, https://localhost - should not be empty for productive servers

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

define('HTTP_COOKIE_DOMAIN', 'khpos.gr');

define('HTTPS_COOKIE_DOMAIN', 'gegeor.net');

define('HTTP_COOKIE_PATH', '/newshop/');

define('HTTPS_COOKIE_PATH', '/newshop/');

define('DIR_WS_HTTP_CATALOG', '/newshop/');

define('DIR_WS_HTTPS_CATALOG', '/newshop/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/home/khposgr/public_html/newshop/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

Please help me .

www.khpos.gr The first garden e-shop in Greece

Link to comment
Share on other sites

define('HTTPS_COOKIE_PATH', '/~khposgr/newshop/');

 

if that doesn't work then leave this define blank.

 

Vger

 

Thank you a lot Vger !

I did both you told me , but it still's not recognize the customer .

It says always "Welcome Guest " !!

 

Any other idea ?

Link to comment
Share on other sites

I finally solve the problem !!!

here is the configure.php

 

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

define('HTTPS_SERVER', 'https://www.gegeor.net/~khposgr'); // eg, https://localhost - should not be empty for productive servers

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

define('HTTP_COOKIE_DOMAIN', 'khpos.gr');

define('HTTPS_COOKIE_DOMAIN', '.gegeor.net');

define('HTTP_COOKIE_PATH', '/newshop/');

define('HTTPS_COOKIE_PATH', '/~khposgr/newshop/');

define('DIR_WS_HTTP_CATALOG', '/newshop/');

define('DIR_WS_HTTPS_CATALOG', '/newshop/');

 

 

Many thanks to all of you !!!!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...