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

windows 安装composer 报SSL错误的解决方式

时间:2016-11-19 09:49:24      阅读:335      评论:0      收藏:0      [点我收藏+]

标签:ade   ini   下载   not   ati   ges   with   opera   nload   

http://curl.haxx.se/docs/caextract.html     下载证书  即可   然后在php.ini  改一下配置  

windows8下运行php Composer出现ssl报错的问题:
[Composer\Downloader\TransportException]
The "https://packagist.org/packages.json" file could not be downloaded: SSL
operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify
failed
Failed to enable crypto
failed to open stream: operation failed
----类似以上错误

这是没有安装CA证书导致的!!!

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

然后修改php.ini文件

openssl.cafile= D:/wamp/php/verify/cacert.pem

windows 安装composer 报SSL错误的解决方式

标签:ade   ini   下载   not   ati   ges   with   opera   nload   

原文地址:http://www.cnblogs.com/weijie-0805/p/6079827.html

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