Bug: WSUS Catalog import failures (0x80131509): Unterschied zwischen den Versionen
Aus Wiki-WebPerfect
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
(3 dazwischenliegende Versionen des gleichen Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | == Error == | + | == Error (0x80131509)== |
− | + | *'''If you use a proxy, be sure that it is the same proxy being used by your Windows Server Update Services (WSUS) server.'''<br> | |
− | *'''If you use a proxy, be sure that it is the same proxy being used by your Windows Server Update Services (WSUS) server'''<br> | + | |
*'''Your WSUS server might not be configured correctly. Contact your WSUS administrator.''' | *'''Your WSUS server might not be configured correctly. Contact your WSUS administrator.''' | ||
Zeile 14: | Zeile 13: | ||
== Solution == | == Solution == | ||
− | *Add the following Registry-Key to force .NET 4.0 (WSUS) using TLS 1.2 -> '''open | + | *Add the following Registry-Key to force .NET 4.0 (WSUS) using TLS 1.2 -> '''open cmd as Administrator''': |
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 /V SchUseStrongCrypto /T REG_DWORD /D 1 | reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 /V SchUseStrongCrypto /T REG_DWORD /D 1 | ||
*Restart you WSUS | *Restart you WSUS | ||
+ | *Test the import again | ||
Aktuelle Version vom 15. Oktober 2021, 09:55 Uhr
Inhaltsverzeichnis
Error (0x80131509)
- If you use a proxy, be sure that it is the same proxy being used by your Windows Server Update Services (WSUS) server.
- Your WSUS server might not be configured correctly. Contact your WSUS administrator.
Cause
The error occurs because .NET 4.0 uses per default TLS 1.0 and the Windows Update Catalog uses a newer TLS version.
Affected
- WSUS 5.0 (Windows Server 2016)
Solution
- Add the following Registry-Key to force .NET 4.0 (WSUS) using TLS 1.2 -> open cmd as Administrator:
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 /V SchUseStrongCrypto /T REG_DWORD /D 1
- Restart you WSUS
- Test the import again
More Information: