composer-php无法通过file_get_contents函数使用openssl

时间:2013-12-12 19:08:59

标签: php curl openssl composer-php

我正在使用启用了openssl的php版本5.4.7(我使用extension_loaded函数检查了这一点)。问题是当我想用self-updateinstallupdate等作曲家发出任何命令时,我收到此错误:

[Composer\Downloader\TransportException]                                                   
The "https://getcomposer.org/version" file could not be downloaded: Failed to enable crypto                                                                                         
failed to open stream: operation failed

用于安装composer并使用curl -s https://getcomposer.org/installer | php我收到此错误:

Download failed: file_get_contents(): Failed to enable crypto
file_get_contents(https://getcomposer.org/composer.phar): failed to open stream: operation failed
The download failed repeatedly, aborting.

当我使用https://google.comhttps://facebook.com检查了file_get_contents函数时,没有任何错误。

任何帮助将不胜感激。

0 个答案:

没有答案