Hi all,
I'd like to skip the curl certificate validation on vagrant up since our proxy MITMs https, so curls' usual SSL cert error pops up. I tried vagrant up --insecure puppetlabs/debian-7.8-32-nocm but that didn't change anything. Next I tried config.vm.box_download_insecure and config.vm.box_download_insecure = "puppetlabs/debian-7.8-32-nocm" in the Vagrantfile, but alas - no luck. I also found Vagrantfiles on the internet that pass "true" to config.vm.box_download_insecure, but that doesn't make the error go away either. - How do I make curl skip cert checks on "vagrant up"? - What type is the opetion config.vm.box_download_insecure? Is it boolean or a String (URL)? - What URL do I need to put in if I use boxes from atlas? -- 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.
