You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently get a large number of certificate validation (NU3028 + NU3037) errors from a multitude of packages when running dotnet restore:
/test.csproj : error NU3028: Package 'System.Security.Cryptography.ProtectedData 5.0.0' from source 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
/test.csproj : error NU3037: Package 'System.Security.Cryptography.ProtectedData 5.0.0' from source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
To reproduce:
FROM mcr.microsoft.com/dotnet/sdk:5.0-buster-slim AS test_and_build
RUN echo '<Project Sdk="Microsoft.NET.Sdk"><PropertyGroup><TargetFrameworks>net5.0</TargetFrameworks></PropertyGroup><ItemGroup><PackageReference Include="System.Security.Cryptography.ProtectedData" Version="5.0.0" /></ItemGroup></Project>' > test.csproj
RUN dotnet restore test.csproj
It does not occur on my host system (which runs Windows 10)
The whole log is:
#102.361Determiningprojects to restore...
#109.248test.csproj:errorNU3028: Package 'System.Windows.Extensions5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.249test.csproj:errorNU3028: Package 'System.Security.Permissions5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.250test.csproj:errorNU3037: Package 'System.Windows.Extensions5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.250test.csproj:errorNU3028: Package 'System.Windows.Extensions5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.251test.csproj:errorNU3037: Package 'System.Security.Permissions5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.251test.csproj:errorNU3028: Package 'System.Security.Permissions5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.251test.csproj:errorNU3028: Package 'System.Configuration.ConfigurationManager5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.252test.csproj:errorNU3037: Package 'System.Configuration.ConfigurationManager5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.252test.csproj:errorNU3028: Package 'System.Configuration.ConfigurationManager5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.253test.csproj:errorNU3028: Package 'System.Drawing.Common5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.253test.csproj:errorNU3037: Package 'System.Drawing.Common5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.253test.csproj:errorNU3028: Package 'System.Drawing.Common5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.253test.csproj:errorNU3028: Package 'System.Security.AccessControl5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.253test.csproj:errorNU3037: Package 'System.Security.AccessControl5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.253test.csproj:errorNU3028: Package 'System.Security.AccessControl5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.254test.csproj:errorNU3028: Package 'Microsoft.Win32.SystemEvents5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.254test.csproj:errorNU3037: Package 'Microsoft.Win32.SystemEvents5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.254test.csproj:errorNU3028: Package 'Microsoft.Win32.SystemEvents5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.255test.csproj:errorNU3028: Package 'System.Diagnostics.PerformanceCounter5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.256test.csproj:errorNU3037: Package 'System.Diagnostics.PerformanceCounter5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.256test.csproj:errorNU3028: Package 'System.Diagnostics.PerformanceCounter5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.256test.csproj:errorNU3028: Package 'System.Security.Cryptography.ProtectedData5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.256test.csproj:errorNU3037: Package 'System.Security.Cryptography.ProtectedData5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.256test.csproj:errorNU3028: Package 'System.Security.Cryptography.ProtectedData5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.392test.csproj:errorNU3028: Package 'Microsoft.NETCore.Platforms5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.393test.csproj:errorNU3037: Package 'Microsoft.NETCore.Platforms5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.394test.csproj:errorNU3028: Package 'Microsoft.NETCore.Platforms5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.430test.csproj:errorNU3028: Package 'System.Runtime.CompilerServices.Unsafe4.5.3' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.431test.csproj:errorNU3037: Package 'System.Runtime.CompilerServices.Unsafe4.5.3' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.439test.csproj:errorNU3028: Package 'System.Runtime.CompilerServices.Unsafe4.5.3' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.440test.csproj:errorNU3028: Package 'Microsoft.Win32.Registry5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.441test.csproj:errorNU3037: Package 'Microsoft.Win32.Registry5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.442test.csproj:errorNU3028: Package 'Microsoft.Win32.Registry5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.443test.csproj:errorNU3028: Package 'System.Threading.Channels5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.443test.csproj:errorNU3037: Package 'System.Threading.Channels5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.444test.csproj:errorNU3028: Package 'System.Threading.Channels5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.463test.csproj:errorNU3028: Package 'System.IO.Pipelines5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.465test.csproj:errorNU3037: Package 'System.IO.Pipelines5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.466test.csproj:errorNU3028: Package 'System.IO.Pipelines5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.482test.csproj:errorNU3028: Package 'System.Security.Principal.Windows5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.482test.csproj:errorNU3037: Package 'System.Security.Principal.Windows5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.482test.csproj:errorNU3028: Package 'System.Security.Principal.Windows5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.483test.csproj:errorNU3028: Package 'Microsoft.Bcl.AsyncInterfaces5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.484test.csproj:errorNU3037: Package 'Microsoft.Bcl.AsyncInterfaces5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.485test.csproj:errorNU3028: Package 'Microsoft.Bcl.AsyncInterfaces5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.486test.csproj:errorNU3028: Package 'Microsoft.Extensions.DependencyInjection.Abstractions5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.486test.csproj:errorNU3037: Package 'Microsoft.Extensions.DependencyInjection.Abstractions5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.487test.csproj:errorNU3028: Package 'Microsoft.Extensions.DependencyInjection.Abstractions5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.498test.csproj:errorNU3028: Package 'System.Text.Json5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.498test.csproj:errorNU3037: Package 'System.Text.Json5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.499test.csproj:errorNU3028: Package 'System.Text.Json5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.501test.csproj:errorNU3028: Package 'Microsoft.Extensions.Logging.Abstractions5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.501test.csproj:errorNU3037: Package 'Microsoft.Extensions.Logging.Abstractions5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.502test.csproj:errorNU3028: Package 'Microsoft.Extensions.Logging.Abstractions5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.516test.csproj:errorNU3028: Package 'Microsoft.Extensions.Configuration.Abstractions5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.516test.csproj:errorNU3037: Package 'Microsoft.Extensions.Configuration.Abstractions5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.517test.csproj:errorNU3028: Package 'Microsoft.Extensions.Configuration.Abstractions5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.521test.csproj:errorNU3028: Package 'Microsoft.Extensions.Primitives5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.522test.csproj:errorNU3037: Package 'Microsoft.Extensions.Primitives5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.523test.csproj:errorNU3028: Package 'Microsoft.Extensions.Primitives5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.554test.csproj:errorNU3028: Package 'System.Buffers4.5.1' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.555test.csproj:errorNU3037: Package 'System.Buffers4.5.1' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.556test.csproj:errorNU3028: Package 'System.Buffers4.5.1' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.558test.csproj:errorNU3028: Package 'System.Numerics.Vectors4.5.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.558test.csproj:errorNU3037: Package 'System.Numerics.Vectors4.5.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.559test.csproj:errorNU3028: Package 'System.Numerics.Vectors4.5.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.559test.csproj:errorNU3028: Package 'System.Threading.Tasks.Extensions4.5.4' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.559test.csproj:errorNU3037: Package 'System.Threading.Tasks.Extensions4.5.4' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.559test.csproj:errorNU3028: Package 'System.Threading.Tasks.Extensions4.5.4' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.560test.csproj:errorNU3028: Package 'System.Text.Encodings.Web5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.561test.csproj:errorNU3037: Package 'System.Text.Encodings.Web5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.562test.csproj:errorNU3028: Package 'System.Text.Encodings.Web5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.568test.csproj:errorNU3028: Package 'System.Memory4.5.4' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.568test.csproj:errorNU3037: Package 'System.Memory4.5.4' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.568test.csproj:errorNU3028: Package 'System.Memory4.5.4' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.571test.csproj:errorNU3028: Package 'System.Runtime.CompilerServices.Unsafe5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.572test.csproj:errorNU3037: Package 'System.Runtime.CompilerServices.Unsafe5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired.
#109.573test.csproj:errorNU3028: Package 'System.Runtime.CompilerServices.Unsafe5.0.0' fromsource 'https://api.nuget.org/v3/index.json': The repository countersignature's timestamp found a chain building issue: UntrustedRoot: self signed certificate in certificate chain
#109.710Failedto restore test.csproj (in6.26sec).
The text was updated successfully, but these errors were encountered:
I currently get a large number of certificate validation (NU3028 + NU3037) errors from a multitude of packages when running
dotnet restore
:To reproduce:
It does not occur on my host system (which runs Windows 10)
The whole log is:
The text was updated successfully, but these errors were encountered: