1

I have a brand new profile on an existing Windows 10 PC. The PC does not use a proxy, and proxy settings are turned off. I also have no proxy environment variables, and am able to access the json via a web browser.

I have tried following all the advice from other posts on here, such as deleting the nuget.config file, and editing the devenv.exe.config file to add proxy settings but nothing works.

I even tried turning off my firewall, but still no luck. What else can I do here?

devonuto
  • 375
  • 1
  • 6
  • 18
  • 1
    Does this answer your question? [Nuget connection attempt failed "Unable to load the service index for source"](https://stackoverflow.com/questions/41185443/nuget-connection-attempt-failed-unable-to-load-the-service-index-for-source) – Jim G. Feb 11 '20 at 15:51

1 Answers1

0

Okay after much digging, I finally found the solution in this post:

Nuget connection attempt failed "Unable to load the service index for source"

Razi's answer regarding TLS 1.3 protocols in the registry.

baddy
  • 47
  • 4
devonuto
  • 375
  • 1
  • 6
  • 18
  • Hi devonuto, thanks for your sharing and please mark your reply as answer and that will help other community members who easier search this useful information. See [this](https://stackoverflow.com/help/self-answer), it just a reminder :) – LoLance Nov 19 '19 at 02:35