解决Windows下运行php Composer出现SSL报错的问题
程序员文章站
2024-02-13 21:20:28
...
在windows下运行composer却出现SSL报错:
E:\www>php -f composer.phar installLoading composer repositories with package informationInstalling dependencies (including require-dev)SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed”
没有安装CA证书导致的!!!
CA证书下载地址:http://curl.haxx.se/docs/caextract.html
然后修改php.ini文件
openssl.cafile= D:/xampp/php-5.6/cacert.pem
推荐阅读
-
解决Windows下运行php Composer出现SSL报错的问题
-
在PHP+Apache+MySQL环境下(windows系统),连接SQLServer数据出现“can not find driver”问题的解决办法
-
在PHP+Apache+MySQL环境下(windows系统),连接SQLServer数据出现“can not find driver”问题的解决办法
-
解决连接oracle报错 尝试加载Oracle客户端库时引发BadImageFomatException。如果在安装64位Oracle客户端组件的情况下以32位模式运行,将出现此问题的报错。
-
解决Win7下运行php Composer出现SSL报错的问题
-
解决Win7下运行php Composer出现SSL报错的问题