Wirral_Wonderer Posted April 9, 2014 Posted April 9, 2014 Has anyone updated their open SSL on Moodle due to the Heartbleed issue - BBC News - Scramble to fix huge 'heartbleed' security bug I am on OpenSSL V 0.9.8x Does anyone know what I need to do to upgrade it to the latest version or am I worrying about nothing?
localzuk Posted April 9, 2014 Posted April 9, 2014 Heartbleed Bug says that the 0.9.8 branch isn't vulnerable. 1
Wirral_Wonderer Posted April 9, 2014 Author Posted April 9, 2014 I searched high and low for it as well! Thanks anyway!
synaesthesia Posted April 9, 2014 Posted April 9, 2014 Another site says that it is. I would suggest taking the opportunity to update regardless.
Wirral_Wonderer Posted April 9, 2014 Author Posted April 9, 2014 It would help if I gave you that info! Windows 2008 using iis Thanks
localzuk Posted April 9, 2014 Posted April 9, 2014 Wait, how/why are you using OpenSSL with IIS and not SChannel? Are you running a load balancer or reverse proxy in front of it?
Wirral_Wonderer Posted April 9, 2014 Author Posted April 9, 2014 Er?! Just what I got from php info. To be honest someone else set it up for us. Maybe it's not an issue?
Wirral_Wonderer Posted April 9, 2014 Author Posted April 9, 2014 The LA is providing us with a reverse proxy as well What should we be using?
tj2419 Posted April 10, 2014 Posted April 10, 2014 We have just installed moodle 2.6 on a windows server and this also says it is running one of the affected versions. Does anyone know how to upgrade OpenSSL on windows?
unixman_again Posted April 10, 2014 Posted April 10, 2014 I fixed ours by replacing php_openssl.dll using the info at PHP For Windows: 1
tj2419 Posted April 10, 2014 Posted April 10, 2014 I fixed ours by replacing php_openssl.dll using the info at PHP For Windows: Hi Thanks for the link. I may be being a bit slow to catch up but is there supposed to be a file called php_openssl.dll in the download on that link? As i can't find one just have the three folders bin, lib, include and a openssl.cnf file. Do i need to copy all these over? As i also can't seem to find a lib directory to replace on my moodle server. Can you tell i don't play around with php much
unixman_again Posted April 10, 2014 Posted April 10, 2014 Depends on your server. If you are running Apache : download php-5.4.16-Win32-VC9-x86.zip move your PHP out of the way extract the download to where PHP lives copy your php.ini over download httpd-2.4.9-win32-VC9.zip from https://www.apachelounge.com/download/additional/ move Apache out of the way extract the apache download to where apache lives copy the apache conf over check apache runs using cmd if OK, restart apache If you are running IIS, I guess the same applies but ignore the apache stuff. Why upgrade Apache & PHP? Apache is built with OpenSSL and you need to have both patched.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now