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

Tunnels should be downloaded through proxy, if one is provided #1

Closed
csnover opened this issue Jul 7, 2014 · 2 comments
Closed

Tunnels should be downloaded through proxy, if one is provided #1

csnover opened this issue Jul 7, 2014 · 2 comments
Milestone

Comments

@csnover
Copy link
Member

csnover commented Jul 7, 2014

Due to limitations at the time this code was written (no streaming support in the old Dojo request API), it is using the low-level Node.js request API so doesn’t easily support downloading via proxy. Should be updated to use the Dojo 2 Core request API, which supports HTTP proxies.

See theintern/intern#215

@Flowkap
Copy link

Flowkap commented Sep 15, 2014

The proxy connection seems to work now but download fails on Windows with error:

$ node_modules/.bin/intern-runner config=tests/config/intern.sauce
Listening on 0.0.0.0:9000
Starting tunnel...
Invalid or unsupported zip format. No END header found

Seems as if teh decompressor fails.

@csnover
Copy link
Member Author

csnover commented Sep 15, 2014

Did it work before? Does it work OK on Linux/Mac OS?

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