卷曲错误:OpenSSL SSL_read:SSL_ERROR_SYSCALL,errno 54

问题描述 投票:0回答:3

我不断收到此错误,我正在运行 OS X、PHP71、Apache 2.4、OpenSSL

php -i | grep "SSL Version" 返回 SSL 版本 => OpenSSL/1.0.2k

PHP 和 CURL 已经这样安装了:

$ brew install --with-openssl curl

$ brew install --with-homebrew-curl --with-httpd24 php71
php macos curl openssl
3个回答
3
投票

我也遇到了同样的问题。如果其他人遇到这个问题,我可以使用它:

vagrant box 添加 laravel/homestead -c --insecure

使用的选项:

-c--clean 清理所有临时下载文件

--不安全 不验证 SSL 证书

或者您可能需要打开 VPN。


1
投票

我遇到了这个问题,重试几次后它就工作了,每次下载进度都会恢复。

只是猜测 - 但这可能是由于不稳定的 wifi 和下载过程对其特别不利。

我住在一栋砖房,是用含铅的砖建造的...很粗糙,好吧...


0
投票

如果在安装 homestead laravel 时发生这种情况,那么以下命令解决了我的问题:

vagrant box add laravel/homestead https://atlas.hashicorp.com/laravel/boxes/homestead

而不只是:

vagrant box add laravel/homestead
© www.soinside.com 2019 - 2024. All rights reserved.