码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2014-11-20 13:50:52      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:style   http   io   ar   os   使用   sp   for   文件   

以前都在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报错的问题

标签:style   http   io   ar   os   使用   sp   for   文件   

原文地址:http://my.oschina.net/yearnfar/blog/346727

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!