0
votes

When I download from Nuget, I get the following error

[nuget.org] Unable to load the service index for source https://api.nuget.org/v3/index.json. An error occurred while sending the request. Unable to connect to the remote server A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 148.251.160.242:443

please help me

1
You are probably behind a proxy. So it depends how you use nuget (via Visual Studio, via Command line or something else). You can use this post or this post as a starting point.Compufreak
You are having an issue with the TLS/SSL secure part of the connection. what version of TLS/SSL are you using?jdweng

1 Answers

0
votes

You have to change the proxy settings in your nuget.config file. Check this