-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
Can't connect to FSAC if HTTP_PROXY is defined. #272
Comments
Is it still the problem? |
This problem occurs if you maybe have the http_proxy envvar. |
I can confirm that removing the |
That's great, but what if I don't want / cannot remove |
@vasily-kirichenko It you need to keep |
also unset HTTPS_PROXY if necessary :-( but glad codelens is back! :-) |
I;ve included fix suggested by @vilinski in |
Seems it still doesn't work the assumed way: https://github.com/mzabriskie/axios/blob/master/lib/adapters/http.js#L85 |
This is an annoying bug! I work in an enterprise environment where we can only access the web through the corporate proxy server. It's necessary to set the Thanks for the links. I agree the upstream bug axios/axios#434 should be fixed so axios respects the no_proxy environment variable (pull request axios/axios#565 ) Meanwhile, if it helps anyone else, here's a minimal workaround you can apply on your computer:
|
@hickford I also used to use this hack, actually deactivating proxy initialization. But you should do this every ionide update, which is pretty frequent. Actually I use CNTLM with it's own NoProxy option and already forgotten this pain. Now I just update the password hash when forced to change my windows password and have also no problems with other unix-tools like git, npm, etc. |
In a text editor, edit i have no such file , how can i fix it ? |
Nothing works, obviously.
The text was updated successfully, but these errors were encountered: