curl - unable to download box - 'An error occurred while downloading the remote file.' -
i'm trying download box, , run following error:
snowch:~/demo$ vagrant box add zyga/ubuntu-precise-desktop-i386 ==> box: loading metadata box 'zyga/ubuntu-precise-desktop-i386'     box: url: https://atlas.hashicorp.com/zyga/ubuntu-precise-desktop-i386 ==> box: adding box 'zyga/ubuntu-precise-desktop-i386' (v1.0) provider: virtualbox     box: downloading: https://vagrantcloud.com/zyga/boxes/ubuntu-precise-desktop-i386/versions/1.0/providers/virtualbox.box error occurred while downloading remote file. error message, if any, reproduced below. please fix error , try again.  transfer closed 1403398904 bytes remaining read   if try download curl, get:
snowch:~/demo$ curl --insecure -l -v https://vagrantcloud.com/zyga/boxes/ubuntu-precise-desktop-i386/versions/1.0/providers/virtualbox.box ... * sslv3, tls alert, client hello (1): * transfer closed 1403398904 bytes remaining read * closing connection 1 * sslv3, tls alert, client hello (1): curl: (18) transfer closed 1403398904 bytes remaining read   my vagrant version is:
snowch:~/demo$ vagrant --version vagrant 1.7.3   any ideas?
you can check vagrant doing with:
export vagrant_log=debug   i think might bug in atlas. ping hashicorp.
the full command used download box looks this:
curl -q \ --fail \ --location \ --max-redirs 10 \ --user-agent vagrant/1.7.2 \ --continue-at - \ --output test.box \ https://atlas.hashicorp.com/zyga/boxes/ubuntu-precise-desktop-i386/versions/1.0/providers/virtualbox.box      
Comments
Post a Comment