comservices Posted February 21, 2005 Share Posted February 21, 2005 hi, this is my first time trying to set up an osCommerce site and I was wondering if its normal to have a alert window popup saying "Web Site Certified by an Unknown Authority"? i have shared SSL....and its https://comservicestx.speedfox.net/ ? (thats what my host control panel is telling) here's what in my catalog/includes/configure.php define('HTTP_SERVER', 'http://www.comservicestx.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://comservicestx.speedfox.net'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? how could i get rid of that popup alert window? Link to comment Share on other sites More sharing options...
♥Vger Posted February 21, 2005 Share Posted February 21, 2005 Quick answer - you can't get rid of it. This certificate is the cheapest of the cheap, and is 'issued by' ChainedSSL CA The 'issued by' company has to be one of the companies listed in the Trusted Root Store of most web browsers - and this company ain't one of them! You'd get exactly the same message with a self-issued cert produced by your hosting control panel. Vger Link to comment Share on other sites More sharing options...
comservices Posted February 21, 2005 Author Share Posted February 21, 2005 oh, so my config are correct and the ssl is functioning ? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.