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 configuration #32

Closed
deq9z opened this issue Mar 23, 2016 · 7 comments
Closed

proxy configuration #32

deq9z opened this issue Mar 23, 2016 · 7 comments
Assignees

Comments

@deq9z
Copy link

deq9z commented Mar 23, 2016

GET http://www.google.ca
result pane: Error: connect ETIMEDOUT XXX.XXX.XXX.XXX:80

I have configured atom.io to leverage the corporate proxy, have no problems connecting outbound to install packages, however; running into a timeout using rest-client package. I am speculating that it is due to no proxy configuration in the code.

@ddavison
Copy link
Owner

since we use request, it should be a simple fix:

https://www.npmjs.com/package/request#proxies

@deq9z
Copy link
Author

deq9z commented Mar 23, 2016

thanks for getting back so quickly, I will try it out!

@ddavison
Copy link
Owner

this may be on our side @deq9z :) not sure you can solve it yourself through the UI. i was commenting that for the developers of rest-client ;)

@deq9z
Copy link
Author

deq9z commented Mar 23, 2016

yeah, I was looking in the UI code, then in the atom/package/rest-client/node_modules/request/index.js code to see if I could inject it there locally for getting myself up & running.

@javaguirre
Copy link
Contributor

This would be nice for starting the Advanced options partial view. :-)

@cluoma
Copy link

cluoma commented Aug 2, 2016

Running into the same issue. Any news on this?

@javaguirre
Copy link
Contributor

Hi! I'll take a look.

@javaguirre javaguirre self-assigned this Aug 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants