Home > Backend Development > PHP Tutorial > composer(php )安装问题

composer(php )安装问题

WBOY
Release: 2016-06-06 20:31:31
Original
1281 people have browsed it

php版本5.6.3,在安装composer时候,出现:

Connection Error [ERR_CONNECTION]: Unable to connect to getcomposer.org

Request to https://getcomposer.org/installer failed with errors:
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

这样问题,请问是怎么解决?
(我试过了1.apache找到php.ini文件,然后去掉 extension=php_openssl.dll 这一行开头的注释但是依然不可以。
2.另外一种说法是ca证书问题,但是依然不可以。这点我不是很确定,因为给打ca证书网站下不了ssl判断证书网址:http://curl.haxx.se/ca/cacert.pem 。)求大神给予指导,万分感谢!

回复内容:

php版本5.6.3,在安装composer时候,出现:

Connection Error [ERR_CONNECTION]: Unable to connect to getcomposer.org

Request to https://getcomposer.org/installer failed with errors:
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

这样问题,请问是怎么解决?
(我试过了1.apache找到php.ini文件,然后去掉 extension=php_openssl.dll 这一行开头的注释但是依然不可以。
2.另外一种说法是ca证书问题,但是依然不可以。这点我不是很确定,因为给打ca证书网站下不了ssl判断证书网址:http://curl.haxx.se/ca/cacert.pem 。)求大神给予指导,万分感谢!

扩展开启是必须的,你这个错与扩展无关,这个是因为墙的原因,你应该懂得。方式一翻墙,方式二使用镜像地址,手机上的不能发镜像地址,明天电脑补充地址。

https://github.com/composer/composer/issues/2798

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template