79293646

Date: 2024-12-19 09:05:13
Score: 2.5
Natty:
Report link

Had the same error for setting up certificate authentication with winrm. Found the issue was because there is a conflicting certificate on the trusted root store. Removed this from the registry key if it exists: Remove-ItemProperty -Path registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL -Name ClientAuthTrustMode

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user28851999