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 <https://github.com/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* On Tuesday, December 8, 2015 at 9:01:07 AM UTC-5, everygamer wrote: > > 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. > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/e8be92d1-6804-480f-9220-347f01643c73%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
