C:\Users\shubham\myvagrant>vagrant up
Bringing machine 'sparkvm' up with 'virtualbox' provider...
==> sparkvm: Box 'sparkmooc/base2' could not be found. Attempting to find and in
stall...
sparkvm: Box Provider: virtualbox
sparkvm: Box Version: >= 0
==> sparkvm: Loading metadata for box 'sparkmooc/base2'
sparkvm: URL: https://atlas.hashicorp.com/sparkmooc/base2
The box 'sparkmooc/base2' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: https://atlas.hashicorp.com/sparkmooc/base2
Error: Unknown SSL protocol error in connection to atlas.hashicorp.com:443
答案 0 :(得分:2)
vagrant无法从地图集下载sparkmooc/base2
框。您可以执行以下操作
$ vagrant box add sparkmooc/base2 --insecure
$ vagrant up