【问题标题】:error: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054 [duplicate]错误:OpenSSL SSL_read:SSL_ERROR_SYSCALL,errno 10054 [重复]
【发布时间】:2018-02-05 07:33:15
【问题描述】:

在运行命令vagrant box add laravel/homestead 时,我收到此错误:

下载远程文件时出错。错误 消息,如果有的话,转载如下。请修复此错误并尝试 再次。

OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

你能帮帮我吗?

【问题讨论】:

  • 当我的互联网连接中断时,我遇到了同样的错误????????
  • 不是重复的

标签: laravel ssl openssl vagrant homestead


【解决方案1】:

我通过在 GitHub 上搜索得到了答案,

替换 vagrant box add laravel/homestead
vagrant box add laravel/homestead http://atlas.hashicorp.com/laravel/boxes/homestead

【讨论】:

  • 更好地使用 vagrant box 添加 --insecure laravel/homestead
  • @ShahadatHossainKhan 为了避免混淆--insecure 仍然从https:// 下载,它只是没有验证 SSL 证书。如果人们期待它会从http:// 下载
  • 顺便说一句,我也刚刚测试了选项--insecure。仍然有错误An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again. OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
  • @GusDeCooL 偏离路线从 https:// 下载,除非您没有明确配置您的 vagrant。通过使用 --insecure 您发送一个标志,表明您对任何(过期的)ssl 证书都没有问题。真的,我没有获取您使用该选项面临的错误,您必须为这个问题谷歌它:D
  • 同意,看起来像我的 ISP 方面的问题 :( 用 VPN 测试它工作正常。
猜你喜欢
  • 1970-01-01
  • 2020-03-07
  • 1970-01-01
  • 2012-10-25
  • 2011-03-04
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多