Nuget 401 Response status code does not indicate success
Options
All of a sudden I can't add anything from nuget (standard nuget 3 official package source).
https://api.nuget.org/v3/index.json
Also happening on other peoples machines. Tried latest stable and beta, same issue.
Help!
Paul
https://api.nuget.org/v3/index.json
Also happening on other peoples machines. Tried latest stable and beta, same issue.
Help!
Paul
Comments
-
Is anyone else experiencing this?
-
Yes, I'm also experiencing this, I cannot install anything from nuget.org.
In the mean time, the dotnet-core source is working fine: https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
I guess it's a SSL3/TLS1.2 related issue.
LINQPad reported the following error dialog:
My fiddler screen-shot:
-
Thank you sdflysha . The .net core source is working so that gets around my issue for now. Would love to use the nuget3 source though when that issue is resolved - glad it's not just me!