Answer the question
In order to leave comments, you need to log in
Vagrant up error: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054. How to solve?
there are windows 7 x64, vagrant 2.2.2 and vitraulbox 5.2.20
at the first start, the installation started, downloaded about 300 MB, the downloaded image itself is stored in
C:\Users\YourUserName\.vagrant.d\tmp
box7f651049c62ea7af37d0d5d928a5cb4e245c74d7
OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
default: Download redirected to host: vagrantcloud-files-production.s3.amazonaws.com
vagrant up --clean --insecure
vagrant init laravel/homestead
vagrant up
config.vm.box_download_insecure = true
Answer the question
In order to leave comments, you need to log in
locally base box did not try to hold?
download eg. in ~/Downloads and fetch like
```
basedir = ENV.fetch('HOME','') || ENV.fetch('USERPROFILE', '')
basedir = basedir.gsub('\\', '/')
...
config_vm_box_name = 'trusty-server-amd64-vagrant-selenium.box'
config.vm.box_url = "file://#{basedir}/Downloads/#{config_vm_box_name}"
```
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question