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 #5183

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

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

billlih opened this issue Aug 23, 2019 · 3 comments
Labels
cause/firewall-or-proxy When firewalls or proxies seem to be interfering 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.

Comments

@billlih
Copy link

billlih commented Aug 23, 2019

The exact command to reproduce the issue: minikube start

The full output of the command that failed:

  • 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

The output of the minikube logs command:

The operating system version:
VMware® Workstation 12 Pro --- Ubuntu14.04

@billlih
Copy link
Author

billlih commented Aug 23, 2019

https://storage.googleapis.com/minikube/iso/minikube-v1.3.0.iso

I can use my browser to download this file to my PC .

@tstromberg tstromberg changed the title minikube start trouble. Error downloading checksum file: net/http: TLS handshake timeout Aug 24, 2019
@tstromberg tstromberg added the cause/firewall-or-proxy When firewalls or proxies seem to be interfering label Aug 24, 2019
@tstromberg
Copy link
Contributor

tstromberg commented Aug 24, 2019

It appears that your Ubuntu machine 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/

@tstromberg tstromberg added triage/needs-information Indicates an issue needs more information in order to work on it. kind/support Categorizes issue or PR as a support question. labels Aug 24, 2019
@tstromberg
Copy link
Contributor

This issue appears to be a duplicate of #5182, so I will close this one so that we may centralize the content relating to the issue. If you feel that this issue is not in fact a duplicate, please feel free to re-open it. 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
cause/firewall-or-proxy When firewalls or proxies seem to be interfering 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.
Projects
None yet
Development

No branches or pull requests

2 participants