-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Install extension with HTTP Proxy with Basic authentification not working #4003
Comments
What do you get if you run Namely, do the If not, you might need to url escape your username / password. |
I have node 4.3.1 in windows 7 with vs code 10.10 and I get :
I have |
Is there any functionality that seems broken? Can you for example install extensions? |
That is where I get the error , trying to install an extension , in the autocomplete listing. I also have another funky network related application: http://widecap.com/ , It can make any application proxyfiable even if it doesn't support poroxying .I use it for apps that don't support proxying.I also tried widecap on vscode without proxy ... but I got some other errors in the console. |
The error code Is |
Ns lookup on the proxy host gives me I tried again with *_widecap *_software and the error I get is :
Which gives me some wierd IP address 1.0.0.1:443. |
This is really strange. Can you run this simple NodeJS script by putting in
What do you get from it? |
node doesn't seam to use proxy settings from environment variables. I get:
|
|
nslookup command doesn't work at all also
Other programs after I set them to use a proxy they work also solving dns queries through proxies. |
Not sure, since Code appears to try to reach your proxy Can you try the Atom editor, which also has a proxy setting? |
I am really not sure. It doesn't look proxy related but rather a problem with your system's configuration. Seems like the guys at nodejs/node would be able to help you out. Just describe what you described here. |
Hello, sorry for commenting on a closed issue. I just want to try an extra scenario. Can I store |
What do you mean by store? What do you intend to accomplish? |
I updated the comment. I meant something like :
And use somehow those ip's ... but this is again an aspect of node js. But maybe there is some way . Edit:
|
So what do you get when running this in the command line?
|
I get :
I get this regardless of etc/hosts ip mappings . (I tried with mappings and without mappings) |
How about:
|
And also:
|
I get this (I think it is safe to show them) :
|
How about the last snippet? |
Last snippet :
(I have no ip mappings in etc/hosts) |
It works now. It was a problem with an "WideCap" proxyfier app i had installed . Which made this and some other software (office) not work . |
Hello,
trying to use proxy settings with basic authentification
http://user1:mypa$$1@proxy1.company.com:3128
results in errors .Looking into dev tools I see entries similar to this one:
other programs that use http_proxy/https_proxy environment variables work with the current env settings(ex curl).
Does someone have a clue?
The text was updated successfully, but these errors were encountered: