Jump to content

Recommended Posts

Posted
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?
Posted
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 :p

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...