Solucionado (ver solução)
Solucionado
(ver solução)
3
respostas

vagrant up nao funciona

E:\ambiente_dev>vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'hashicorp/precise64' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Loading metadata for box 'hashicorp/precise64' default: URL: https://vagrantcloud.com/hashicorp/precise64 ==> default: Adding box 'hashicorp/precise64' (v1.1.0) for provider: virtualbox default: Downloading: https://vagrantcloud.com/hashicorp/boxes/precise64/versions/1.1.0/providers/virtualbox.box default: An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again.

SSL certificate problem: certificate has expired

E:\ambiente_dev>

3 respostas

Opa!

Tem uma flag para você passar no seu Vagrantfile para habilitar o download para http.

Adicione:

config.vm.box_download_insecure = true

Para habilitar o uso também de http, sem isso, ele só faz https e verifica o certificado que está expirado.

[]'s

problema resolvido, obrigado Vinícius

solução!

Opa!

Fecha o tópico pra gente Abraço []