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

Request to https://api.nuget.org/v3/index.json failed: Not Found. The requested location could not be found. #15669

Closed
garoyeri opened this issue Nov 17, 2016 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug proxy Issues regarding network proxies
Milestone

Comments

@garoyeri
Copy link

  • VSCode Version: 1.7.1
  • OS Version: Windows 7 SP1
  • OmniSharp 1.5.2

Steps to Reproduce:

  1. Behind a corporate SSL proxy.
  2. Set http.proxyStrictSSL = false, no proxy URL Set
  3. Using .net core, do: dotnet new -t web
  4. Open project.json, navigate to version number of a package, hit CTRL+space to try and get completion options.
  5. Observe that output pane shows these error messages, drop down list says "JSON Language Server"
@ramya-rao-a ramya-rao-a added the proxy Issues regarding network proxies label Nov 17, 2016
@joaomoreno joaomoreno added this to the Backlog milestone Nov 18, 2016
@joaomoreno joaomoreno added the bug Issue identified by VS Code Team member as probable bug label Nov 18, 2016
@joaomoreno
Copy link
Member

Have you tried setting the proxy URL?

@garoyeri
Copy link
Author

No, it's not that kind of proxy I think. All traffic is already routed through it and it'll intercept SSL as well. The fix may be similar to related issues in cpptools and omnisharp plugins for VSCODE. I'll try and fish out the relates issues.

@joaomoreno
Copy link
Member

#12588

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug proxy Issues regarding network proxies
Projects
None yet
Development

No branches or pull requests

3 participants