Loading...
 
Skip to main content

Installing OpenSSL on Windows

To install the PHP openssl extesions:

  • Find the file ibeay32.dll, and make sure it is in your SYSTEM path (not your user path).
  • Edit your php.ini file (to find out where it is, do 'php -i | grep Configuration | grep "Loaded Configuration File"'), and make sure to uncomment or add the following statement:
Copy to clipboard
extension=php_openssl.dll
  • You may have to reboot for the changes to take effect (but I don't think so).
Show PHP error messages