这是php设置openssl 没有指定cacert.pem (证书)

第一步:下载 cacert.pem

文件下载地址

https://curl.haxx.se/docs/caextract.html

第二步:打开PHP配置文件php.ini

php.ini末尾加上一句

openssl.cafile= D:/phpStudy/cacert/cacert.pem

保存文件

重启服务器

ok 搞定

 

相关文章:

  • 2021-04-18
  • 2022-02-01
  • 2022-12-23
  • 2021-05-04
  • 2021-12-29
  • 2022-12-23
  • 2021-05-26
猜你喜欢
  • 2021-06-27
  • 2022-03-06
  • 2022-12-23
  • 2021-09-16
  • 2021-10-15
  • 2021-09-10
  • 2022-12-23
相关资源
相似解决方案