Can't access bento/ubuntu14.04

When I try to run kitchen create as per the tutorials, or vagrant box add bento/ubuntu-14.04 --provider=virtualbox i get error messages saying this: “The box ‘bento/ubuntu-14.04’ could not be found or
could not be accessed in the remote catalog.” Any help would be appreciated.

Are you using Vagrant on OSX Sierra? Apparently there’s a bug with the
version of curl included in Vagrant.

Thanks,
Matt Ray
Manager, Solutions Architect - APAC :: Chef
matt@chef.io
AUS: +61 457 231 372
US: +1 512 731 2218
mattray :: GitHub :: IRC :: Twitter

@MattRay, Thanks, that solved it! I’ll post the fix here for others. The embedded curl that comes with Vagrant 1.8.7 doesn’t work with OS X 10.11 or higher so remove /opt/vagrant/embedded/bin/curl and your system curl will take over.