I am getting the following error in my NuGet Package Manager within VS 2015
[Nuget.org] Unable to load the service index for source https://api.nuget.org/v3/index.json. The ServicePointManager does not support proxies with the https scheme.
This problem just started occurring a few days ago and it may have coincided with an update that I was forced to run but I cannot guarantee that and I do not know what the update contained. I don't even know that it was a VS update.
I see this error on the Browse and Updates page but not the Installed page. I have spent all day reading various Stack Overflow posts and the recommended solutions either did not work or were no longer applicable. Most solutions suggested adding a new Package Source without the https but none of the sources suggested are still valid.
I verified I am able to hit the https url from a browser and my colleague is able to use this package source also so I know the source is good.
I have run a repair on my Visusal Studio without resolving the problem and this issue replicates for a newly created empty project so I don't think it is problem with the .csproj file.
I have managed to download the NuGet CLI and limp along with that but I would much prefer to have the integrated functionality working.
Actionable suggestions are greatly appreciated.