When enabling OpenSSL you might get this error message if you use Xampp on Windows. Follow this steps to resolve the problem:

  1. Stop your Apache.
  2. In the folder `xampp\php` you will find two DLL: libeay32.dll and ssleay32.dll. Copy them into the folder `xampp\apache\bin`
  3. Open the `xampp\php\php.ini` file and remove the semicolon in front of `extension=php_openssl.dll`
  4. Start you Apache

相关文章:

  • 2022-12-23
  • 2021-06-21
  • 2022-12-23
  • 2021-09-28
  • 2022-02-13
  • 2022-12-23
  • 2021-07-25
  • 2021-07-22
猜你喜欢
  • 2022-02-09
  • 2021-12-30
  • 2022-12-23
  • 2022-01-04
  • 2021-08-10
  • 2021-11-02
  • 2022-12-23
相关资源
相似解决方案