vagrant box add laravel/homestead failing

491 views
Skip to first unread message

everygamer

unread,
Dec 8, 2015, 9:01:07 AM12/8/15
to Vagrant
I am trying to setup a laravel/homestead box but "vagrant box add laravel/homestead" does not appear to work. I am logged in using vagrant login. I am getting the following error message ...

C:\Users\everygamer>vagrant box add laravel/homestead
The box 'laravel/homestead' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

URL: ["https://atlas.hashicorp.com/laravel/homestead"]
Error: error:0307A071:bignum routines:BN_rand_range:too many iterations

I am running vagrant 1.7.4 on Windows 10 x64.

everygamer

unread,
Dec 8, 2015, 10:17:58 AM12/8/15
to Vagrant
I figured out the issue, I am running on a 64-bit AMD processor, and it doesn't look like the version of curl included with vagrant works with this platform. I had to download and replace the curl.exe in the vagrant install path with the following version http://curl.haxx.se/latest.cgi?curl=win64-ssl-sspi

I found this solution on the following thread posted by AntonioCS on March 20th (thanks!)...
https://github.com/mitchellh/vagrant/issues/5016

Once I copied the new curl.exe into the path, I was able to download boxes again. Just to be clear, until I did this, all vagrant box add calls regardless of box was failing with the same error of Error: error:0307A071:bignum routines:BN_rand_range:too many iterations
Reply all
Reply to author
Forward
0 new messages