Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error downloading checksum file: net/http: TLS handshake timeout #5182

Closed
billlih opened this issue Aug 23, 2019 · 6 comments
Closed

Error downloading checksum file: net/http: TLS handshake timeout #5182

billlih opened this issue Aug 23, 2019 · 6 comments
Labels
kind/support Categorizes issue or PR as a support question. l/zh-CN Issues in or relating to Chinese triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@billlih
Copy link

billlih commented Aug 23, 2019

重现问题所需的命令:minikube start

失败的命令的完整输出

minikube logs命令的输出

minikube start

  • minikube v1.3.1 on Ubuntu 14.04
    ! Please don't run minikube as root or with 'sudo' privileges. It isn't necessary with virtualbox driver.
  • Downloading VM boot image ...

X Failed to cache ISO

使用的操作系统版本:VMware® Workstation 12 Pro - ubuntu14.04

@billlih billlih added the l/zh-CN Issues in or relating to Chinese label Aug 23, 2019
@billlih
Copy link
Author

billlih commented Aug 23, 2019

minikube start

  • minikube v1.3.1 on Ubuntu 14.04
    ! Please don't run minikube as root or with 'sudo' privileges. It isn't necessary with virtualbox driver.
  • Downloading VM boot image ...

X Failed to cache ISO

@henryguyu
Copy link

same issue here, can anyone solve it? or give a solution?

@tstromberg
Copy link
Contributor

tstromberg commented Aug 24, 2019

It appears that your VM does not have full access to the internet. Are you running minikube from China by any chance?

You can check by using curl to dowload the ISO: curl -LO https://storage.googleapis.com/minikube/iso/minikube-v1.3.0.iso

If you aren't able to use the internet, you can download the ISO file to ~/.minikube/cache/iso. You'll also need the appropriate docker images though, so I suggest running minikube start --download-only once from a machine with access to the internet, and copying ~/.minikube/cache over from there.

https://minikube.sigs.k8s.io/docs/reference/disk_cache/

Related: #4774

@tstromberg tstromberg changed the title minikube start trouble. Error downloading checksum file: net/http: TLS handshake timeout Aug 24, 2019
@tstromberg tstromberg added kind/support Categorizes issue or PR as a support question. triage/needs-information Indicates an issue needs more information in order to work on it. labels Aug 24, 2019
@henryguyu
Copy link

D:\Tools>curl -LO https://storage.googleapis.com/minikube/iso/minikube-v1.3.0.iso
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:22 --:--:-- 0
curl: (35) schannel: failed to receive handshake, SSL/TLS connection failed

@henryguyu
Copy link

henryguyu commented Aug 26, 2019

@tstromberg I tried curl from my win10, I mean not from VM. I got "failed to receive handshake".

Will follow the offline install solution, thanks!

@tstromberg
Copy link
Contributor

This issue appears to be a duplicate of #4774, do you mind if we move the conversation there?

Ths way we can centralize the content relating to the issue. If you feel that this issue is not in fact a duplicate, please re-open it using /reopen. If you have additional information to share, please add it to the new issue.

Thank you for reporting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question. l/zh-CN Issues in or relating to Chinese triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

3 participants