Ubuntu-14.04

SSL讀取:錯誤:00000000:lib(0):func(0):reason(0),errno 60

  • April 15, 2017

我嘗試安裝 vagrant,但我遇到了這個錯誤,我不明白為什麼。請幫忙

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$ 

errno 60 是套接字超時。我最近在 hashcorp 的伺服器上也看到了這一點。重試可能會清除它。 vagrant up將恢復盒子下載,而不是從頭開始,所以這應該很快進行。

引用自:https://serverfault.com/questions/812732