Guest Posted October 4, 2005 Share Posted October 4, 2005 Hi, I can't seem to get SSL to work while I'm logged in to the admin panel. All links lead to the regular port 80. I'm mostly concerned with retrieving credit card numbers. I don't see anything that I'm missing in the configuration. Sales transactions in the catalog create SSL links with no problem. I'm running 2.2 2 in a LAMP environment. Thanks. -Don- Link to comment Share on other sites More sharing options...
♥Vger Posted October 5, 2005 Share Posted October 5, 2005 Has your site got its own dedicated ip address and full ssl certificate? Or are you using a shared cert? Vger Link to comment Share on other sites More sharing options...
Guest Posted October 5, 2005 Share Posted October 5, 2005 It has a dedicated IP Address and full cert. The SSL sessions work fine in the regular public catalog. It's just the admin panel. TX Link to comment Share on other sites More sharing options...
♥Vger Posted October 5, 2005 Share Posted October 5, 2005 admin/includes/configure.php --------------------------------- define('HTTP_SERVER', 'https://www.yourdomain.com'); // eg, http://localhost or - https://localhost should not be NULL for productive servers define('HTTP_CATALOG_SERVER', 'https://www.yourdomain.com'); define('HTTPS_CATALOG_SERVER', 'https://www.yourdomain.com'); You'll probably have to login twice, but this will give you the padlock on all pages. Vger Link to comment Share on other sites More sharing options...
Guest Posted October 5, 2005 Share Posted October 5, 2005 Duh! I should have thought of that. :^) Great idea, thanks. -Don- Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.