今天在执行composer udpate时候,出现报错如下:

运行composer udpate出现ssl错误

网上查了一下,发现是没有安装CA证书导致的!!!

CA证书下载地址:http://curl.haxx.se/docs/caextract.html

然后修改php.ini,

openssl.cafile = /xxxx/xxxx/cacert.pem(证书所在路径),好composer update 正常!

相关文章:

  • 2022-01-08
  • 2022-02-09
  • 2021-12-31
  • 2021-08-30
  • 2021-12-01
  • 2022-02-06
  • 2022-02-08
  • 2021-11-24
猜你喜欢
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2021-09-23
  • 2021-09-15
  • 2021-11-29
相关资源
相似解决方案