Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Laravel 4 Basics Getting Started with Laravel Installing Laravel Homestead

An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this er

An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again.

SSL read: error:00000000:lib(0):func(0):reason(0), errno 54

got this error while adding laravel/homestead into vagrant box

1 Answer

Hi Lekhnath, I think the best solution would be to re-install the latest version of Vagrant.

If you prefer workarounds, there are some available, one of these are:

  1. Specifying the URL (of any mirror site) at the end of the command: vagrant box add laravel/homestead https://atlas.hashicorp.com/laravel/boxes/homestead

There are other workarounds available but not really recommended.

Hope this works for you.

Best wishes. :-)