nursers Posted November 30, 2005 Share Posted November 30, 2005 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 More sharing options...
andytc Posted November 30, 2005 Share Posted November 30, 2005 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 More sharing options...
nursers Posted November 30, 2005 Author Share Posted November 30, 2005 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 More sharing options...
andytc Posted November 30, 2005 Share Posted November 30, 2005 Andy, that works brilliantly - thank you! Ok , thats great , glad i could pass on some useful info. :thumbsup: All thanks to alanR in the SSL thread Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.