Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL Problems, Urgent Help required


Guest

Recommended Posts

Posted

Hi, I have just changed my template and since then my SSL hasn't been working right. When you go to the main page, it is SSL protected, and this is putting of alot of people. Also the padlock isn't appearing in the bottom right corner of the screen.

 

My config file reads:

 

// Define the webserver and path parameters

 

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

 

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

 

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

 

define('HTTPS_SERVER', 'https://spartan.xssl.net/rocksupplies.net'); // eg, https://spartan.xssl.net/rocksupplies - should not be empty for productive servers

 

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

 

define('HTTP_COOKIE_DOMAIN', 'www.rocksupplies.net');

 

define('HTTPS_COOKIE_DOMAIN', '/');

 

define('HTTP_COOKIE_PATH', '/');

 

define('HTTPS_COOKIE_PATH', '/');

 

define('DIR_WS_HTTP_CATALOG', '/');

 

define('DIR_WS_HTTPS_CATALOG', '/');

 

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', '/var/www/html/');

 

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

 

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

 

 

I would be grateful of any help I can get. Thanks

 

Andy

Posted

Either the SSL has some problem or some of the images or some code is coming from a non SSL page.

 

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Posted
Either the SSL has some problem or some of the images or some code is coming from a non SSL page.

Satish

 

 

Thats the problem, the mainpage shouldn't be SSL protected, but for some reason it is, and i want to stop this happening, also the padlock isn't appearing.

 

I fully understand about the links to unsecure areas, but this shouldn't be happening on the main page.

 

Does anyone know where im going wrong here?

Posted

Everything seemed to work, after I re-entered the address again. The first time I was automatically redirected to a secure addy. Subsequent entries go to the http site. When I click to a secure page (my account) it goes to https and the lock appears in the lower right and the address bar. All seems fine. I am using Firefox 1.0.7

Posted
Everything seemed to work, after I re-entered the address again. The first time I was automatically redirected to a secure addy. Subsequent entries go to the http site. When I click to a secure page (my account) it goes to https and the lock appears in the lower right and the address bar. All seems fine. I am using Firefox 1.0.7

 

But i don't want the homepage to be SSl protected. How can i stop this?

Posted

rocksupplies.net is not ssl, but I was redirected to spartan.xssl.net/rocksupplies.net which was. That is were your problem is, in the redirect.

Posted
rocksupplies.net is not ssl, but I was redirected to spartan.xssl.net/rocksupplies.net which was. That is were your problem is, in the redirect.

 

Yes, thanks for that, but how do i stop the re-direct??

Posted

define('HTTPS_COOKIE_DOMAIN', '');

 

define('HTTPS_COOKIE_PATH', '');

 

Resolved.

 

Vger

Archived

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

×
×
  • Create New...