Hi i'm new in lumen Laravel and i wanted to install laravel/homestead virtual machine.
so i installed virtual box latest and i have installed Vagrant as well and i have enabled Hyper-V, But once i tried to add the laravel/homestead box to my Vagrant installation using the following command in my terminal:
vagrant box add laravel/homestead
I got that problem for both my choice Virtual Box or Hyper-V
C:\Users\LE>vagrant box add laravel/homestead
==> box: Loading metadata for box 'laravel/homestead'
box: URL: https://vagrantcloud.com/laravel/homestead
This box can work with multiple providers! The providers that it
can work with are listed below. Please review the list and choose
the provider you will be working with.
1) hyperv
2) parallels
3) virtualbox
4) vmware_desktop
Enter your choice: 1
==> box: Adding box 'laravel/homestead' (v5.1.0) for provider: hyperv
box: Downloading: https://vagrantcloud.com/laravel/boxes/homestead/versions/5.1.0/providers/hy
perv.box
box: Progress: 1% (Rate: 0/s, Estimated time remaining: 19:08:21)50))
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
i have tryed the solution given in this link error: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054 i got this pb
The requested URL returned error: 404 Not Found
seem that is outdated the link to atlas.
I tryed another proposition but no one worked for me.
Please let me know if anyone familiar this type of error.