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

failing to download behind corporate proxy #84

Open
wwwlicious opened this issue Jan 26, 2018 · 1 comment
Open

failing to download behind corporate proxy #84

wwwlicious opened this issue Jan 26, 2018 · 1 comment

Comments

@wwwlicious
Copy link

When I try to install intellisense support in VS Code (v1.19.3) I get no output messages indicating failure and bakery is not added.

The dev tools show the following in the log >
ERR Failed to download Cake Bakery from NuGet: Error: self signed certificate in certificate chain
which is the proxy doing it's thing.

When this happened with browsing/installing vs code extensions, the following was needed in my settings.json which resolved the issue.
"http.proxyStrictSSL": false,

However the cake plugin for adding both debug or intellisense does not work due to certificate issues and the above setting has no effect.

I've tried uninstalling and reinstalling both cake and c# extensions in case is was anything corrupted but to no avail.

@nazandrey
Copy link

I know, its kind of late but may be will help anyone - you can try to add Cake.Bakery at packages.config like this:

<?xml version="1.0" encoding="utf-8"?>
<packages>
    <package id="Cake" version="0.23" />
    <package id="Cake.Bakery" version="0.2.0" />
</packages>

Then run your build.ps1 and it should work. It's workaround of course, but it works at least for me.

@gep13 gep13 added this to the 0.12.0 milestone Jul 1, 2018
@gep13 gep13 removed this from the v0.12.0 milestone Apr 9, 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

3 participants