【发布时间】:2018-06-22 20:11:37
【问题描述】:
我正在尝试使用PHP version 5.6.* 在我的Ubuntu 16.04 中安装作曲家。
我用过:curl -sS https://getcomposer.org/installer | php。但它给我的错误如下:
All settings correct for using Composer
Downloading...
The "https://getcomposer.org/versions" file could not be downloaded: failed to open stream: Connection refused
Retrying...
The "https://getcomposer.org/versions" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
Failed to enable crypto
failed to open stream: operation failed
Retrying...
The "https://getcomposer.org/versions" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
Failed to enable crypto
failed to open stream: operation failed
The download failed repeatedly, aborting.
我之前没有安装作曲家。
【问题讨论】:
标签: php curl composer-php failed-installation