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

proxy: Get https://storage.googleapis.com/....iso.sha256: Bad Request #5076

Closed
pbalane opened this issue Aug 14, 2019 · 2 comments
Closed

proxy: Get https://storage.googleapis.com/....iso.sha256: Bad Request #5076

pbalane opened this issue Aug 14, 2019 · 2 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

@pbalane
Copy link

pbalane commented Aug 14, 2019

The exact command to reproduce the issue:
Steps to Reproduce

  1. Installed minikube
  2. Executed minikube start command
  3. resulted in below error
  4. SET HTTP_PROXY HTTPS_PROXY AND NO_PROXY

The full output of the command that failed:


C:\Installables\kubernatisminikube\Minikube>minikube.exe start

  • minikube v1.3.1 on Microsoft Windows 10 Enterprise 10.0.17134 Build 17134
  • Downloading VM boot image ...

X Failed to cache ISO: https://storage.googleapis.com/minikube/iso/minikube-v1.3.0.iso: invalid checksum: Error downloading checksum file: Get https://storage.googleapis.com/minikube/iso/minikube-v1.3.0.iso.sha256: Bad Request
*

C:\Installables\kubernatisminikube\Minikube>

The output of the minikube logs command:

C:\Installables\kubernatisminikube\Minikube>minikube.exe logs
*
X Error getting config: CreateFile C:\Users\FA46AK.minikube\profiles\minikube\config.json: The system cannot find the path specified.
*

The operating system version:

Windows 10

@tstromberg
Copy link
Contributor

It appears that the HTTPS_PROXY you have selected is rejecting the HTTP request. Are you sure you have the correct value for it?

@tstromberg tstromberg added cause/firewall-or-proxy When firewalls or proxies seem to be interfering 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 15, 2019
@tstromberg tstromberg changed the title MiniKube in windows 10 not started proxy: Get https://storage.googleapis.com/....iso.sha256: Bad Request Aug 15, 2019
@tstromberg
Copy link
Contributor

Closing, as minikube appears to be pointing to a proxy which can't access storage.googleapis.com.

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