Mention that HTTP_PROXY could be responsible for ISO download errors

pull/3734/head
Thomas Strömberg 2019-02-19 15:53:32 -08:00 committed by GitHub
parent a67f1f1d77
commit aeeb9f955d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ failed to download: failed to download to temp file: download failed: 5 error(s)
proxyconnect tcp: dial tcp <host>:<port>: connect: connection refused
```
This error indicates that the host:port combination defined by HTTPS_PROXY is incorrect, or that the proxy is unavailable.
This error indicates that the host:port combination defined by HTTPS_PROXY or HTTP_PROXY is incorrect, or that the proxy is unavailable.
## Unable to pull images..Client.Timeout exceeded while awaiting headers