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

Get minikube-v0.35.0.iso: proxyconnect tcp: tls: oversized record received with length 20527 #3857

Closed
Chaitu006 opened this issue Mar 12, 2019 · 1 comment
Labels
cause/firewall-or-proxy When firewalls or proxies seem to be interfering os/windows priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.

Comments

@Chaitu006
Copy link

Chaitu006 commented Mar 12, 2019

minikube start --vm-driver=hyperv --hyperv-virtual-switch "PrimaryVirtualSwitch" --alsologtostderr -v=9
I0311 21:53:59.093535 19196 notify.go:121] Checking for updates...
W0311 21:53:59.263912 19196 notify.go:55] Error getting json from minikube version url: error with http GET for endpoint https://storage.googleapis.com/minikube/releases.json: Get https://storage.googleapis.com/minikube/releases.json: proxyconnect tcp: tls: oversized record received with length 20527
o minikube v0.35.0 on windows (amd64)
...

Creating hyperv VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
@ Downloading Minikube ISO ...
I0311 21:53:59.920208 19196 start.go:354] StartHost: unable to cache ISO: https://storage.googleapis.com/minikube/iso/minikube-v0.35.0.iso: failed to download: failed to download to temp file: download failed: 5 error(s) occurred:

@tstromberg tstromberg changed the title minikube start failed on windows10 'Unable to start VM' : 'Unable to cache ISO' Get minikube-v0.35.0.iso: proxyconnect tcp: tls: oversized record received with length 20527 Mar 13, 2019
@tstromberg
Copy link
Contributor

It sounds like you may have a proxy or firewall in place that is interfering with outgoing HTTPS requests. You'll need to tell minikube what proxy to use to get access to the Internet:

https://github.com/kubernetes/minikube/blob/master/docs/http_proxy.md

Please let me know if this ends up helping you.

@tstromberg tstromberg added cause/firewall-or-proxy When firewalls or proxies seem to be interfering needs-solution-message Issues where where offering a solution for an error would be helpful os/windows priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. labels Mar 13, 2019
@tstromberg tstromberg removed the needs-solution-message Issues where where offering a solution for an error would be helpful label May 14, 2019
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 os/windows priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Projects
None yet
Development

No branches or pull requests

2 participants