error: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054 [duplicate]

不打扰是莪最后的温柔 提交于 2019-11-26 23:10:00

问题


While running the command vagrant box add laravel/homestead, I am getting this error:

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 10054

Can you help me?


回答1:


I got the answer by some searching on GitHub,

replace this vagrant box add laravel/homestead with

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


来源:https://stackoverflow.com/questions/45912076/error-openssl-ssl-read-ssl-error-syscall-errno-10054

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!