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

Support proxy for downloads #181

Open
colinjoy opened this issue Apr 29, 2016 · 1 comment
Open

Support proxy for downloads #181

colinjoy opened this issue Apr 29, 2016 · 1 comment

Comments

@colinjoy
Copy link

Using dlite 1.1.5, the installation fails at downloading the OS.
Assuming the proxy is ignored?

$ sudo dlite install -d 4
Building disk image: done
Downloading OS: ERROR!
Get https://github.com/nlf/dhyve-os/releases/download/v2.3.0/bzImage: dial tcp 192.30.252.120:443: i/o timeout
$ wget https://github.com/nlf/dhyve-os/releases/download/v2.3.0/bzImage
Resolving proxy...
Proxy request sent, awaiting response... 200 OK
Length: 3277392 (3.1M) [application/octet-stream]
Saving to: 'bzImage'
bzImage                       100%[=================================================>]   3.12M   664KB/s   in 5.1s
$ echo $http_proxy $https_proxy
http://proxy:8080 http://proxy:8080
@nlf
Copy link
Owner

nlf commented Apr 29, 2016

correct, the downloads currently do not respect proxies. we should definitely fix that!

@nlf nlf changed the title Downloading OS, i/o timeout Support proxy for downloads Apr 29, 2016
@nlf nlf added this to the 2.0.0 milestone Apr 29, 2016
@nlf nlf added the request label Oct 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants