首页 >后端开发 >php教程 >解决Windows下运行php Composer出现SSL报错的问题

解决Windows下运行php Composer出现SSL报错的问题

WBOY
WBOY原创
2016-06-23 13:41:40929浏览

在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


声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn