durrell Posted February 27, 2006 Posted February 27, 2006 Ok, I'm hosted on a godaddy.com Economy Hosting plan. I just purchased a TurboSSL certificate, and they said they installed it for me. I can't seem to get any pages to stay secure. My admin page is secure when I type in https://www.sitename.com/catalog/admin/ but as soon as I login and start working in the admin panel, I lose that secure connection. I've done everything the other threads to do as far as setting the SSL to true and the https server to my proper server in the configuration.php file, but nothing has worked. Any ideas what could be the problem?
durrell Posted February 27, 2006 Author Posted February 27, 2006 Ok, so now I got the ceritificate to work publicly..how do I apply it to the admin area?
Guest Posted February 28, 2006 Posted February 28, 2006 Ok, so now I got the ceritificate to work publicly..how do I apply it to the admin area? Look for the /catalog/admin/includes/configure.php file and put in your full domain with SSL in the definition of HTTP_SERVER, for example: define('HTTP_SERVER', 'https://www.mydomain.com');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.