-
Notifications
You must be signed in to change notification settings - Fork 676
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
Downloading package 'Mono Runtime (macOS)' Failed at stage: downloadPackages Error: self signed certificate in certificate chain #957
Comments
Hmmm... are you able to download from the following link? https://omnisharpdownload.blob.core.windows.net/ext/mono.osx-4.6.1.zip |
Also, do you somehow have a proxy enabled (ex: "http.proxy" option, or environment variable)? |
@DustinCampbell I am able to download from that link. @gregg-miskelly I don't believe I have any environment variables set. Not sure about the "http.proxy" option, except the User Settings one in VS Code I set to allow me to install extensions |
Hmmm... @gregg-miskelly: it looks like we'll never use that option unless http.proxy is set. |
I bet we also need to set |
@Jamie-McCaw: I've produced the first beta of our next release which should address this problem. Could you install it and try it out? You can follow the steps below to install the beta:
Let me know if the downloads work for you now. |
This resolves the issue for me on Windows using VSCode 1.7.1. |
Excellent! Thanks for letting me know |
I get a similar error on my |
Hi @HjoshM, That is quite an old version of the C# extension. Are you able to update to the latest in the Extensions pane? Also, if you have |
Hi @JoeRobich, Thanks for your reply. I installed that from a file, because in quite a few posts, it was mentioned that it is the only one compatible with p.s.1 The highest p.s.2 Every time I launch
|
@HjoshM Sorry the storage account that used to host these old packages has been removed. Meaning these packages are no longer available for download. |
Environment data
dotnet --info
output:.NET Command Line Tools (1.0.0-preview2-003148)
Product Information:
Version: 1.0.0-preview2-003148
Commit SHA-1 hash: 18ca244551
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.11
OS Platform: Darwin
RID: osx.10.11-x64
VS Code version: 1.7.1
C# Extension version:1.5.2
Steps to reproduce
Installed Visual Studio Code for Mac OS
Opened VS Code
Because Firewall Set user settings:
{
"http.proxyStrictSSL": false
}
Installed C# for VS Code
Make new dotnet app in terminal
Open dotnet app folder
Expected behavior
Normal Behavior
Actual behavior
Alert = An error occurred during installation of the .NET Core Debugger. The C# extension may need to be reinstalled.
C# Output:
Updating C# dependencies...
Platform: darwin, x86_64 (osx.10.11-x64)
Downloading package 'Mono Runtime (macOS)' Failed at stage: downloadPackages
Error: self signed certificate in certificate chain
Finished
[ERROR]: C# Extension failed to install the debugger package
Tried reinstall VS Code, Mono, an the C# Extension multiple times.
The text was updated successfully, but these errors were encountered: