Linked Questions
45 questions linked to/from Nuget connection attempt failed "Unable to load the service index for source"
5 votes
1 answer
6k views
Nuget and "Unable to load the service index" [duplicate]
I'm having a trouble with Monodevelop. I'm using LinuxMint Serena (18.1) and Monodevelop 7.0.1 (build 24). When trying to add nuget package on a new project, I get the next answer: [nuget.org] Unable ...
0 votes
1 answer
12k views
Nuget not connecting [duplicate]
I am getting the following error while trying to connect to NuGET. wtf. [nuget.org] Unable to load the service index for source https://api.nuget.org/v3/index.json. An error occurred while ...
1 vote
0 answers
59 views
Error about making an area in ASP.net core mvc [duplicate]
When I wanna make an area in my project at ASP.net core 2.2 this error occurs... In visual studio 2019 when I wanna make an "area"at ASP.net core mvc this error occurs: Unable to load the ...
81 votes
11 answers
141k views
Nuget restore fails on Azure Devops with message "unable to load the service index for source"
I have a build for a .NET solution that is running in a self-hosted agent. The solution contains both .NET Core 2.1 and .NET Standard 2.0 projects. Some of the nuget packages installed are the ...
52 votes
13 answers
82k views
TF30063:You are not authorized to access dev.azure.com but I can connect
I am using Azure Devops and VS2017 15.9.7. I am logged into Devops and can sync. When I open my project I get a message "TF30063": You are not authorized to access dev.azure.com/myproject I have ...
54 votes
9 answers
80k views
NuGet fails: "The underlying connection was closed: An unexpected error occurred on a send"
I want to install Microsoft ASP.NET Identity Core through the use of Manage Nuget Packages, but when I click the install button the following error occurs: The underlying connection was closed: An ...
32 votes
9 answers
56k views
VS2015 nuget package manager not finding packages
I installed VS2015 Update 2 and now nuget package manager does not find any packages outside of the "Microsoft and .net" package source. It looks like the nuget package source was removed. When I add ...
18 votes
8 answers
64k views
dotnet restore fails from Docker container
I have researched this for the past couple days and none of the research I've found has helped me solve this issue, including restarting Docker, restarting Docker service, restarting Visual Studio, ...
14 votes
7 answers
30k views
Could not create SSL/TLS secure channel while trying to search for NuGet packages
When I press on "Browse" tab on NuGet packages in Visual Studio, it says "Error occurred" with an error message of [nuget.org] Unable to load the service index for source https://...
10 votes
5 answers
69k views
Visual Studio - Nuget - Unable to load the service index for source
This is my NuGet.config : <?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="nuget.org" value="https://...
13 votes
4 answers
33k views
NuGet Package Manager unable to load the service index
I am getting the following error in my NuGet Package Manager within VS 2015 [Nuget.org] Unable to load the service index for source https://api.nuget.org/v3/index.json. The ServicePointManager does ...
17 votes
4 answers
12k views
Dotnet Restore fails in docker build
Hello i am trying to dockerize a ASP NET Core 2.1 application and the docker build fails when it executes dotnet restore. I have already checked other threads for this specific problem Nuget ...
7 votes
4 answers
26k views
nuget.org: Unable to load the service index
This is not really a Duplicate to this question as the answers provided are not working and I am using Windows-7 on a MacBook using Bootcamp. I am getting the following error while trying to search ...
4 votes
2 answers
13k views
Unable to load the service index for NuGet source
I have created a build pipeline in Azure DevOps to build a .NET 8.0 application. The code resides in my Azure DevOps repository. I have selecteed the .NET Core template in classic editor to build the ...
3 votes
1 answer
9k views
Nuget not retrieving any packages or even connecting to api.nuget.org
My NuGet package is not retrieving any search result and showing "Not able to Connect to Server". I tried all solutions below, mentioned in other answers: Checked, I have no proxy variable http_proxy ...