Curl error: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
if it happens during the installation of laravel manor then the following command solved my problem:
vagrant box add laravel / homestead https://atlas.hashicorp.com/laravel/boxes/homestead
not only: vagrant box add laravel / homestead
Thanks Aman Ullah
source to share
I had the same problem. In case anyone else comes across this, I got it working with:
vagrant box add laravel / homestead -c --insecure
Options used:
-c or - clean Clean up all temporary boot files
- insecure Do not check SSL certificates
Or maybe you need to turn on the VPN server.
source to share
I had this problem and it worked after several tries, causing the download process to resume every time.
Just a guess - but it could be due to unstable Wi-Fi and the download process is particularly unfavorable for it.
I live in a brick building that is made of bricks containing lead ... that's rough, okay ...
source to share