Foanoroc Posted December 21, 2008 Share Posted December 21, 2008 Hi there, I installed a version of OSC but I did so before having an SSL set up. Is there somewhere within the admin panel that allows me to "toggle" on SSL? Thanks in advance. Link to comment Share on other sites More sharing options...
Guest Posted December 21, 2008 Share Posted December 21, 2008 Hi Foanoroc, To my memory there is no ssl stuff in admin beside in Configurations > Sessions where you can check the SSL session ID. The real meat is in configure.php: define('ENABLE_SSL', true); zk Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted December 21, 2008 Share Posted December 21, 2008 You have to go and buy a certificate, install it and change your settings in configure.php. Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
germ Posted December 21, 2008 Share Posted December 21, 2008 How to install SSL on OSC: A Simple 1-2-3 Instruction, Simple, straighforward instructions If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Foanoroc Posted December 22, 2008 Author Share Posted December 22, 2008 Sorry, I should have been a little more explanatory. I have installed the SSL for this hosting account, but I had installed OSC, and installed it, befor the certificate was installed. I have edited the configure.php file, but the site doesn't seem to be reacting to the changes -- It still navigates to non-secure pages. Link to comment Share on other sites More sharing options...
germ Posted December 22, 2008 Share Posted December 22, 2008 In the includes folder where the configure.php file is for your catalog there is a FOLDER named local In some installs there is a configure.php in the local FOLDER. Anything in that configure file will override the other one. It may have a line like this: define('ENABLE_SSL', 0); It would need changed to this: define('ENABLE_SSL', 1); Be sure nothing else in the file confilicts with your SSL efforts. If there is no configure file in the local FOLDER, that's OK, too. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.