admin/environment/php extension/openssl: Difference between revisions
From MoodleDocs
Helen Foster (talk | contribs) m (category edit) |
Helen Foster (talk | contribs) m (category edit) |
||
Line 14: | Line 14: | ||
[[Category:Environment| | [[Category:Environment|PHP extension]] | ||
[[Category:MNet]] | [[Category:MNet|PHP]] | ||
[[fr:admin/environment/php extension/openssl]] | [[fr:admin/environment/php extension/openssl]] |
Revision as of 20:25, 18 February 2010
To install the openssl library on Windows
- Open the php.ini file found in the moodle/apache/bin (if not there then, in folder server/php/)
- Find the line:
;extension=php_openssl.dll
- Remove the
;
at the beginning of the line - Restart apache if necessary
Note: if Moodle fails to create a public key in Admin > Networking > Settings, you'll need to configurate your OPENSSL_CONF path. With Windows File Explorer find openssl.cnf file (usually in your php/extras directory). Rename it as openssl.conf. Then set OPENSSL_CONF in your Windows environment variable (example: C:/wamp/bin/php/extras/openssl/openssl.conf - do not forget the file name in the path, otherwise it doesn't work)
To install the openssl library on Unix
- You need to recompile PHP from source
- add --with-openssl to the command line when you run configure