Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 626
saee Avatar asked Aug 28 '17 05:08

saee


1 Answers

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
like image 135
saee Avatar answered Sep 19 '22 17:09

saee