Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL...404's


kernelpanik

Recommended Posts

Hey,

 

I am using a test cert, i.e. one that is not for my URL; I even think its expired. I just wanted to get some testing in before I get the real one in a few days.

 

Basically, after enabling SSL, I get 404's for any page that is https.

 

Should I even expect this to work? I thought it would, but just keep giving me warnings...which is fine for me testing.

 

My server does not require a duplicate of the files in a https folder.

 

Here are my configure.php settings :

 

define('HTTP_SERVER', 'http://<site_name>'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://<site_name>'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', '<site_name>');
 define('HTTPS_COOKIE_DOMAIN', '<site_name>');
 define('HTTP_COOKIE_PATH', '/');
 define('HTTPS_COOKIE_PATH', '/');
 define('DIR_WS_HTTP_CATALOG', '/');
 define('DIR_WS_HTTPS_CATALOG', '/');

 

Any advice - much appreciated.

Link to comment
Share on other sites

Hey,

 

I am using a test cert, i.e. one that is not for my URL; I even think its expired. I just wanted to get some testing in before I get the real one in a few days.

 

Basically, after enabling SSL, I get 404's for any page that is https.

 

Should I even expect this to work? I thought it would, but just keep giving me warnings...which is fine for me testing.

 

My server does not require a duplicate of the files in a https folder.

 

Here are my configure.php settings :

 

define('HTTP_SERVER', 'http://<site_name>'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://<site_name>'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', '<site_name>');
 define('HTTPS_COOKIE_DOMAIN', '<site_name>');
 define('HTTP_COOKIE_PATH', '/');
 define('HTTPS_COOKIE_PATH', '/');
 define('DIR_WS_HTTP_CATALOG', '/');
 define('DIR_WS_HTTPS_CATALOG', '/');

 

Any advice - much appreciated.

 

 

What control panel does your web host provide for managing your site (Plesk, cPanel, Ensim???)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...