XxWickedxX Posted April 19, 2007 Posted April 19, 2007 I already have a ssl cert and all of that good stuff. But is there anyway to make the admin panel function in a https environment instead of http? I can just type it in to go to the admin panel but after switching off the main page it operates on http instead. I imagine this could be done since the admin page tells you if you are protected by a secure connection or not. What do I need to do?
user99999999 Posted April 19, 2007 Posted April 19, 2007 Visit your website control pnel and look for protected directories.
XxWickedxX Posted April 19, 2007 Author Posted April 19, 2007 Visit your website control pnel and look for protected directories. I am not trying to password protect it.. Thats already done.. I just need the admin panel to function within a secure socket layler (ssl). This way everything done in the admin panel is encrypted.
Jack_mcs Posted April 19, 2007 Posted April 19, 2007 Edit the admin/includes/configure.php file and change all three http instances to https. Then set the enable ssl option to true. It should work for you then. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
XxWickedxX Posted April 19, 2007 Author Posted April 19, 2007 Edit the admin/includes/configure.php file and change all three http instances to https. Then set the enable ssl option to true. It should work for you then. Jack Thanks Jack that did the trick..
mrobo Posted July 4, 2007 Posted July 4, 2007 I already have a ssl cert and all of that good stuff. But is there anyway to make the admin panel function in a https environment instead of http? I can just type it in to go to the admin panel but after switching off the main page it operates on http instead. I imagine this could be done since the admin page tells you if you are protected by a secure connection or not. What do I need to do? i have same problem trying to fix it you must have in /catalog/admin/.htaccess this <IfModule mod_ssl.c> # if the server is able to use SSL, require its use SSLRequireSSL </IfModule> to force using ssl only but after ten there you get error that page not foud i am working on it either
mrobo Posted July 4, 2007 Posted July 4, 2007 i have same problem trying to fix it you must have in /catalog/admin/.htaccess this <IfModule mod_ssl.c> # if the server is able to use SSL, require its use SSLRequireSSL </IfModule> to force using ssl only but after ten there you get error that page not found on http:// because it must be https:// i am working on it either
mrobo Posted July 4, 2007 Posted July 4, 2007 i have same problem trying to fix ityou must have in /catalog/admin/.htaccess this <IfModule mod_ssl.c> # if the server is able to use SSL, require its use SSLRequireSSL </IfModule> to force using ssl only but after ten there you get error that page not found on http:// because it must be https:// i am working on it either and in /catalog/admin/includes/configure.php define('HTTP_SERVER', 'https://domain.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'https://domain.com'); define('HTTPS_CATALOG_SERVER', 'https://domain.com'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module adn it should work only on https:// protocol
Recommended Posts
Archived
This topic is now archived and is closed to further replies.