-
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
Error: self signed certificate in certificate chain #930
Comments
Looks like we ignore when this is set to false here: https://github.com/OmniSharp/omnisharp-vscode/blob/master/src/proxy.ts#L35 |
Merge fix for #930 into release
I just shipped a new 1.5.1 release on the marketplace with a fix for this issue. Could you let me know if it works better for you? |
Unfortunately, it doesn't look like it resolved the issue.
settings.json is as follows:
|
@gregg-miskelly and @chuckries: It looksl ike this is failing specifically in the debugger stage. Signing issue? |
Interesting. No idea what is going on, but we will have a look and see what we can find. |
@dageniusal Can you try a quick experiment?
|
@gregg-miskelly I manually updated the package.json file as requested and the update was successful. Thanks a million! |
ah, same issue, same time. |
Thanks @federicobarera and @dageniusal! We will try to push out a new release tomorrow with this fix. |
@gregg-miskelly: Be sure to prepare the fix for this against the release branch. |
We've prepared a new release that we hope will fix this issue. Could you try it out and ensure that it works for you? Use the following steps to download and install the new version of the extension:
|
It seems fine. Updating C# dependencies... Downloading package 'OmniSharp (.NET 4.6 / x64)' (12310 KB) .................... Done! Installing package 'OmniSharp (.NET 4.6 / x64)' Finished |
Excellent. That last bit to install .NET Framework 4.6 was just added. |
Yeah, after installing .net 4.6 and re-installing the extensions all goes smoothly. |
w00t! |
@DustinCampbell, I followed the instructions as directed and it installed correctly. I already had .NET 4.6.* installed on my machine, so I didn't need to take the same action as @federicobarera. Thanks for the great work!
|
Awesome! |
why ?Updating C# dependencies... Downloading package 'OmniSharp (.NET 4.6 / x64)' (12310 KB) .................... Done! Installing package 'OmniSharp (.NET 4.6 / x64)' Finished |
@netcore-jroger what version of the C# extension do you have? |
It looks to me like the debugger bits didn't completely download so the ZIP file was likely corrupt. |
FWIW, this is a very different issue than the one reported in this bug. It might be worth submitting a new issue rather than commenting on a closed one. |
@gregg-miskelly C# version : 1.5.2 |
moved to #977 |
Today, I got the same thing: Updating C# dependencies... Downloading package 'OmniSharp (.NET 4.6 / x86)' (12181 KB) .................... Done! Installing package 'OmniSharp (.NET 4.6 / x86)' Finished Then I followed the instructions from this thread, installed C# extension (1.5.2) from "VSIX", restarted VSCode. But the error is still there. |
@psoszynski: As mentioned earlier, it's better to file a new issue than to comment on an older closed issue -- especially since the error you're getting is different than what this issue was filed for. |
Environment data
.NET Command Line Tools (1.0.0-preview2-003133)
Product Information:
Version: 1.0.0-preview2-003133
Commit SHA-1 hash: 74df06500c
Runtime Environment:
OS Name: Windows
OS Version: 10.0.10586
OS Platform: Windows
RID: win10-x64
C# Extension version:
1.5.0
Steps to reproduce
Reload VS Code after upgrading extension or upon startup
Expected behavior
Ignore self-signed certificates according to the "http.proxyStrictSSL" setting.
Actual behavior
Download does not follow the environment settings and checks for Self-Signed Certificates, which causes installation to fail.
The text was updated successfully, but these errors were encountered: