On Linux, I am not able to create new project in .NET core (via command line) neither install any nuget packages for other projects.
Following is the error pops up,
NuGet.targets(124,5): error : Unable to load the service index for source https://api.nuget.org/v3/index.json. NuGet.targets(124,5): error : The SSL connection could not be established, see inner exception. NuGet.targets(124,5): error : The remote certificate is invalid according to the validation procedure.
I am able to access the URL in browser. However, I tried everything but nothing works. Most of the solutions are related to Windows environment. I am looking for a fix on Linux environment. I would really appreciate any help on this. Thanks.