Nuget Installation Error

I have a problem with downloading nugets with this error.

Unable to load the service index for source https://api.nuget.org/v3/index.json.
An error occurred while sending the request
Error: TrustFailure (Authentication failed, see inner exception.)
Authentication failed, see inner exception.
Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED
at D:\j\workspace\build-package-win-mono\2020-02\external\boringssl\ssl\handshake_client.c:1132

please try without the “-pre” flag, since vl.cef is not a prerelease package.

Unfortunately nothing happened.

Furthermore i have same result with any other vl. nugets

How does your nuget config look like?
The file should be located here:
C:\Users\YourUserName\AppData\Roaming\NuGet

Smthng like this

Mh, I think the error is somehow related to Mono being installed on your machine and nuget using boringssl that comes with Mono. Maybe try unistalling / removing Mono?

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.