The issue
When upgrading or download a new box on macOS and Vagrant 1.8.7:
Vagrant can’t download any new box because its embedded version of curl
can’t download anything.
The solution
By removing the curl
binary embedded in Vagrant, Vagrant will be forced to use your system’s native curl
binary.
Reference
Thanks for reading
Feel free to leave a comment if you have remarks or like this post