SSL lida: erro: 00000000: lib (0): func (0): razão (0), errno 60

1

Eu tentei instalar o vagrant mas eu tenho esses erros, eu não entendi o porquê. Por favor ajude

SOPHEAKs-MacBook-Pro:Vagrant sopheak$ 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://atlas.hashicorp.com/hashicorp/precise64
==> default: Adding box 'hashicorp/precise64' (v1.1.0) for provider: virtualbox
    default: Downloading: https://atlas.hashicorp.com/hashicorp/boxes/precise64/versions/1.1.0/providers/virtualbox.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

SSL read: error:00000000:lib(0):func(0):reason(0), errno 60
SOPHEAKs-MacBook-Pro:Vagrant sopheak$ 
    
por Heng Sopheak 02.11.2016 / 14:34

1 resposta

1

errno 60 é um tempo limite do soquete. Eu também vi isso com servidores do hashicorp recentemente. Isso provavelmente será limpo com uma nova tentativa. vagrant up retomará o download da caixa, em vez de reiniciar do zero, portanto, isso deve ser feito rapidamente.

    
por 15.04.2017 / 15:06