Vagrant up
can access and download my Vagrant box (that I packed and placed on my hosting) by http://devops.example.com/vagrant.box
.
But I do not want my box to be public, and want to protect is by using HTTP Basic Auth.
When I turn on Basic Auth and do 'vagrant up', Vagrant returns message with 401 error.
How can I configure Vagrant, so it can access the box over Basic Auth?
Thanks in advance, Cheers!