-
Notifications
You must be signed in to change notification settings - Fork 131
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
Add option to disable proxy certificate verification #49
Comments
@glstream Do you see the 'Azure: Sign In' command in the command palette? What happens when you run that? Is there anything logged to the console (Help > Toggle Developer Tools)? |
From @glstream on March 14, 2018 18:10 After clicking the 'Azure: Sign In' in the command palette here is the Here is the error in the program: The binary dependencies are being downloaded, please wait until it completes And here is the error in the console: console.ts:136 [Extension Host] Error: self signed certificate in console.ts:136 [Extension Host] Error: Acquiring user code failed at |
Are you using a HTTP proxy with a self-signed certificate? |
From @glstream on March 15, 2018 7:30 Christof, I am using VS code on my Mac to connect to azure, thats all I know man. I just downloaded the extensions, "Are you using a HTTP proxy with a self-signed certificate”, I have no idea what that means, I am using VScode and a connection to the internet. I have a team of analysts that need to run u-sql queries against our data lake using a mac. If not in Vscode please let me know how.
|
Can you check if you have the HTTP_PROXY or HTTPS_PROXY environment variables set? (Run |
From @glstream on March 15, 2018 17:0 Yes I have https proxy variables set up and all the dependencies. On Thu, Mar 15, 2018 at 1:55 AM, Christof Marti [email protected]
|
Node.js uses a hardcoded list of certificates.
|
A better workaround for Windows now is the newly released win-ca extension which lights up any extensions that need to use internal trusted SSL certificates |
Closing since there is a workaround. microsoft/vscode#52880 tracks the possibility of including |
From @glstream on March 13, 2018 21:32
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes/No
Copied from original issue: microsoft/vscode#45699
The text was updated successfully, but these errors were encountered: