首页 > 代码库 > 解决Win7下运行php Composer出现SSL报错的问题
解决Win7下运行php Composer出现SSL报错的问题
以前都在linux环境使用php composer。今天尝试在win7下运行composer却出现SSL报错:
E:\data\www\symfony-2.5.6>php -f D:/wamp/php-5.6.2-x64/composer.phar install Loading composer repositories with package information Installing 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:/wamp/php-5.6.2-x64/verify/cacert.pem
就OK了~
解决Win7下运行php Composer出现SSL报错的问题
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。