在window下composer update的出现ssl证书问题

我当时出现问题如下:
Download failed: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
file_get_contents(): Failed to enable crypto

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

CA证书下载地址:http://curl.haxx.se/docs/caextract.html
我把证书放在%PHP_HOME%/verify/cacert.pem这里。你想放哪里都可以。最重要的是

修改php.ini里面的
openssl.cafile= %PHP_HOME%/verify/cacert.pem

来源于http://my.oschina.net/yearnfar/blog/346727

0 个评论

要回复文章请先登录注册