Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shared SSL Login/Checkout problem


3tailer

Recommended Posts

Hello,

 

I'm using a shared SSL certificate and whenever you try to checkout or login it acts as if you did nothing. Here is my configure.php file for reference:

 

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

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

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

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

define('HTTP_COOKIE_DOMAIN', 'EHP.com');

define('HTTPS_COOKIE_DOMAIN', '');

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

define('HTTPS_COOKIE_PATH', '');

define('DIR_WS_HTTP_CATALOG', '/');

define('DIR_WS_HTTPS_CATALOG', '/3tailer.com/EHP/');

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/');

 

I have my VPS running multiple domains, I'm not sure if this matters.

 

Thank you for your help.

 

<_<

Link to comment
Share on other sites

OK, I've semi fixed this issue. Now the issue happens when a non-logged in customer..

 

1. Adds product to basket (nonsecured).

2. Clicks Checkout (secured).

3. Logs in (nonsecured).

 

Whenver they log in a security alert pops up saying they are about to view an unsecure connection.

 

Then when they click continue on the next screen it goes back to secure. How do I get this security alert to go away? Do I make my login/account pages secure? If so, how?

 

Thanks.

Link to comment
Share on other sites

OK, I've semi fixed this issue. Now the issue happens when a non-logged in customer..

 

1. Adds product to basket (nonsecured).

2. Clicks Checkout (secured).

3. Logs in (nonsecured).

 

Whenver they log in a security alert pops up saying they are about to view an unsecure connection.

 

Then when they click continue on the next screen it goes back to secure. How do I get this security alert to go away? Do I make my login/account pages secure? If so, how?

 

Thanks.

 

Bumpity bump bump.

:D

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...