Kenatsun, you could try doing a manual box add rather than having vagrant pull it during the up.
vagrant box add ubuntu/precise32 http://atlas.hashicorp.com/ubuntu/precise32 Should work. If you are still getting failures, verify you can ping atlas.hashicorp.com. You can also switch between http and https on this URL to see if it is an issue with SSL or not. On Tuesday, May 26, 2015 at 1:04:36 AM UTC-5, Alvaro Miranda Aguilera wrote: > > Hello Kenatsun > > Is not that Vagrant require a proxy, is just for some reason the > command line is not being able to curl/get the information from atlas. > So I was wondering if you were in a office that was configured with a > proxy, or some user/password requirement on windows. > > if your box is connected to internet, it should work. > > I am sorry for not being more helpful, but run out of ideas on this one.. > :( > > > > On Tue, May 26, 2015 at 1:14 PM, Kenatsun <[email protected] <javascript:>> > wrote: > > Arvado, thank you. > > > > I didn't know I had to set up a proxy to connect to the internet, the > > instructions didn't say anything about this, and I wouldn't know how to > go > > about doing it. My machine is connected to the internet. > > > > Is there some other way than the command line to get whatever it is that > > these commands are trying to download? > > > > > > On Monday, May 25, 2015 at 9:02:25 PM UTC-4, Alvaro Miranda Aguilera > wrote: > >> > >> On Tue, May 26, 2015 at 11:42 AM, Kenatsun <[email protected]> wrote: > >> > URL: ["https://atlas.hashicorp.com/hashicorp/precise32"] > >> > Error: Failed connect to atlas.hashicorp.com:443; No error > >> > >> Hello, > >> > >> the book probably was pre version 1.5, where the user/box and auto > >> download was introduced. > >> > >> As you did install 1.7.x either way should word. > >> > >> The command show that there is no internet at the command prompt, can > >> I ask if you have to setup a proxy to get internet there? > >> > >> Otherwise, any of those commands should be working. > > > > -- > > 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] <javascript:>. > > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
