Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Another SSL issue


nursers

Recommended Posts

Hi there,

 

I have SSL installed and it appears to be working fine when people place orders (lock symbol appears etc). However the admin interface is saying i am still not protected by SSL - any suggestions?

 

Many thanks

 

David

Link to comment
Share on other sites

Hi there,

 

I have SSL installed and it appears to be working fine when people place orders (lock symbol appears etc). However the admin interface is saying i am still not protected by SSL - any suggestions?

 

Many thanks

 

David

 

 

 

Your store will be protected if the padlock is showing , but the admin area won't.

 

 

Try this , i had the same problem and this solved it with the info from another thread.

 

 

In admin/includes/configure.php change the HTTP_SERVER address to your your https:// address

 

 

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

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

 

 

Changed to look like this -

 

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

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

 

 

 

Or see this thread for other ssl info http://www.oscommerce.com/forums/index.php?showtopic=151162

Link to comment
Share on other sites

Your store will be protected if the padlock is showing , but the admin area won't.

Try this , i had the same problem and this solved it with the info from another thread.

In admin/includes/configure.php change the HTTP_SERVER address to your your https:// address

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

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

Changed to look like this -

 

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

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

Or see this thread for other ssl info http://www.oscommerce.com/forums/index.php?showtopic=151162

 

Andy, that works brilliantly - thank you!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...