1
resposta

vagrant up

[sergio.nogueira@rjod227476 ansible_wordpress]$ vagrant up Ignoring krb5-auth-0.8.3 because its extensions are not built. Try: gem pristine krb5-auth --version 0.8.3 Bringing machine 'wordpress' up with 'libvirt' provider... ==> wordpress: Box 'ubuntu/trusty64' could not be found. Attempting to find and install... wordpress: Box Provider: libvirt wordpress: Box Version: >= 0 The box 'ubuntu/trusty64' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp's Vagrant Cloud, 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://vagrantcloud.com/ubuntu/trusty64"] Error: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to vagrantcloud.com:443 [sergio.nogueira@rjod227476 ansible_wordpress]$ telnet vagrantcloud.com 443 Trying 52.204.140.35... Connected to vagrantcloud.com. Escape character is '^]'. ^] telnet> q Connection closed. [sergio.nogueira@rjod227476 ansible_wordpress]$

O que posso fazer?

1 resposta

Olá Sergio, tudo bem? Por algum motivo não está conseguindo realizar o download da box 'ubuntu/trusty64', aparentemente o erro é por uma questão de criptografia, você utiliza algum PROXY? O problema pode ser isso, geralmente os PROXY's interferem e bloqueam o tráfego, com isso não é possível acessar o "vagrantcloud". Veja se você está executando algum PROXY, se estiver tente desativar o mesmo, e realizar o processo novamente!