79759947

Date: 2025-09-09 13:59:05
Score: 1
Natty:
Report link

To bypass the expired certificate I using a temporary workaround by changing the date time in PowerShell before trying to install NuGet

This was mentioned in this GitHub issue: https://github.com/PowerShell/PowerShellGallery/issues/328

Set-Date '9/8/2025 2:05:48 PM'
Install-PackageProvider -Name NuGet -Force
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Alin