- 
                Notifications
    
You must be signed in to change notification settings  - Fork 123
 
Description
Good day,
I've got the dotnet installed on this Ubuntu 18.04 based distro, but I think there's a security certificate error which may be the root cause of the not being able to access the Nuget list. First the errors:
/usr/share/dotnet/sdk/2.2.402/NuGet.targets(123,5): error : Unable to load the service index for source https://api.nuget.org/v3/index.json. [/opt/QueryTree/Web/QueryTree.csproj]
/usr/share/dotnet/sdk/2.2.402/NuGet.targets(123,5): error :   The SSL connection could not be established, see inner exception. [/opt/QueryTree/Web/QueryTree.csproj]
/usr/share/dotnet/sdk/2.2.402/NuGet.targets(123,5): error :   The remote certificate is invalid according to the validation procedure. [/opt/QueryTree/Web/QueryTree.csproj]
The build failed. Please fix the build errors and run again.
Now the dotnet install info:
.NET Core SDK (reflecting any global.json):
Version:   2.2.402
Commit:    c7f2f96116
Runtime Environment:
OS Name:     linuxmint
OS Version:  19.3
OS Platform: Linux
RID:         linux-x64
Base Path:   /usr/share/dotnet/sdk/2.2.402/
Host (useful for support):
Version: 2.2.8
Commit:  b9aa1abc51
.NET Core SDKs installed:
2.2.402 [/usr/share/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.All 2.2.8 [/usr/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.2.8 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.2.8 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
Must be some devil in the details, but I sure would like to exorcise this bug and get to using QueryTree as it sounds quite useful. Thanks very much in advance.