News

Reports: Expired NuGet Cert Borks .NET 5 Apps on Debian Linux

Apparently an expired NuGet certificate has today caused .NET 5 projects to stop working on Debian Linux, according to multiple reports.

About 10 a.m. EDT a post on the Hacker News development-oriented social site declared: "All .NET 5 projects build failing because MS certificate has expired."

That was quickly followed by this post: ".NET NuGet Package Validation Broken: Certificate Expired."

The NuGet organization quickly published its own post (issue #10591) titled "NuGet restore failing on .NET 5 for Debian-based OSes (CA trust changed)."

NuGet Status Site
[Click on image for larger view.] NuGet Status Site (source: NuGet).

Approximately four hours later NuGet followed up on the matter with issue #49 titled "NuGet restore failing on .NET 5 for Debian-based OSes."

In the latter post, NuGet said, "Our preliminary investigation shows that .NET 5 restore is broken for Debian-based operating systems including Docker." Furthermore, Debian 10 ("buster") and earlier versions are affected, but not Debian testing ("bullseye") and later.

NuGet Post
[Click on image for larger view.] NuGet Post Workarounds (source: NuGet).

"This is because of an issue reported in the ca-certificates package in which the root CA being used are not trusted and must be installed manually due to Symantec Issues. Because this issue has been resolved recently in version 20210119 of this package, it is not available in a Debian version as provided in dotnet-docker for buster-slim today."

The latter NuGet post (#49) lists three workarounds and a solution, which reads:

We're currently working to update the dotnet-docker's buster-slim image to update the ca-certificates package to 20210119 that resolves this issue. We are however currently verifying this is a viable solution with no large diffs between the buster and bullseye releases.

Additionally, the ca-certificates package is due to be installed in the Debian FTP archive which will promote this fix to the buster release in the next few days to which an updated buster-slim image will be prepared and released when available.

NuGet said it would post updates on issue #10491 and #49.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube