-
-
Notifications
You must be signed in to change notification settings - Fork 197
no_proxy
support
#2313
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
Comments
@spike1292 you can set |
This is not possible, without the proxy the nativescript-cli the tns prepare breaks, because it is trying to fetch external resources. btw i'm running this on a build slave |
If you could add ProxyUsername and ProxyPassword labels in .json file that will help in explicit proxy settings. Some corporate proxy needs user authentication to download. |
@spike1292 @NiketanMhatre Can you please try with {N} 3.0.0 and Please let us know if you still experience the issue. |
@dtopuzov the problem isn't solved yet. How to reproduce:
Then I get the following stacktrace
So what I would like to see Is a way to bypass the proxy, like this: I suggest to use the env |
I'm running into this issue, as well, with {N} 3.3.0. I tried to run unit tests and couldn't until I did Would it be possible to have |
Do not use the proxy for requests to localhost or 127.0.0.1 when NativeScript is configured to use the proxy. Partially fixes issue NativeScript#2313, since requests to localhost will be possible in corporate proxy environments.
When i set the proxy according to https://github.com/NativeScript/nativescript-cli#configure-proxy-usage the running the unit tests runner will also proxy the localhost calls. This is giving me problems in combination with the corporate proxy.
It would be very nice if the nativescript-cli will correctly honor the ENV variables for
http_proxy
,https_proxy
andno_proxy
.Support for
no_proxy
in theconfig.json
would also be very great!The text was updated successfully, but these errors were encountered: