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 in my system variables
- Not using any other proxy in IE
- Deleted AppData\Roaming\Nuget\packages.config and restarted VS (packages.config has just one key which is of https://api.nuget.org/v3/index.json)
- I am not able to access https://api.nuget.org/v3/index.json by my browser too
- Tried installing packages by PM console, but no luck
Kindly suggest any other solutions. My current setup Visual Studio 2017, Nuget 4.2.0
Thank you so much!