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

Unable to download needed dependencies - Proxy issue #142

Closed
rssfrncs opened this issue Mar 16, 2018 · 2 comments
Closed

Unable to download needed dependencies - Proxy issue #142

rssfrncs opened this issue Mar 16, 2018 · 2 comments

Comments

@rssfrncs
Copy link

rssfrncs commented Mar 16, 2018

Product and Version: 1.21
OS Version: Windows 10
Live Share Extension Version: 0.2.206

Steps to Reproduce / Scenario:

  1. Install extension
  2. Wait for extension to install its dependencies

Extension output window:

[2018-03-16 08:22:55.039 Client I] Passed version check for Windows: found 10.0.15063
[2018-03-16 08:22:55.044 Client I] Installing dependencies for Live Share...
[2018-03-16 08:22:55.046 Client I] Downloading package '.NET Core Runtime 2.0.5 for win7-x86' 
[2018-03-16 08:22:55.126 Client E] Failed at stage: downloadPackages - Dependency download failed. RequestError: unable to get local issuer certificate

I am behind a corporate proxy, zScaler, which has caused issues with NPM/Yarn/Git in the past. However, we resolved these issues by setting the cafile NPM config property.

I've also set Git http.sslVerify to false.

Any ideas?

@rssfrncs rssfrncs changed the title Unable to download needed dependencies Unable to download needed dependencies - Proxy issue Mar 16, 2018
@Chuxel
Copy link
Member

Chuxel commented Mar 16, 2018

@rssfrncs You are likely hitting #86 which we are working through. Would you mind if we moved your feedback into that issue to consolidate feedback?

One thing you can try is setting HTTP_PROXY and HTTPS_PROXY environment variables globally. However, we're still working through fixes here due to VS Code not passing along proxy information (microsoft/vscode#12588)

@Chuxel
Copy link
Member

Chuxel commented Mar 19, 2018

Merging in with #86 which appears to be the same issue.

@Chuxel Chuxel closed this as completed Mar 19, 2018
Chuxel pushed a commit that referenced this issue Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants