Bug: WSUS Catalog import failures (0x80131509): Unterschied zwischen den Versionen

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „== 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'…“)
 
Zeile 2: Zeile 2:
 
*'''Error: 0x80131509'''
 
*'''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'''
+
*'''Your WSUS server might not be configured correctly. Contact your WSUS administrator.'''
  
  
Zeile 10: Zeile 10:
  
 
== Solution ==
 
== Solution ==
*After clicking on the “Import Updates…” option in the WSUS console, an Internet Explorer window will open on the following URL: ''http://catalog.update.microsoft.com/...&Protocol='''1.20'''''
+
*Add the following Registry-Key to force .NET 4.0 (WSUS) using TLS 1.2 -> '''open a cmd as Administrator''':
*Before proceeding with importing the updates, change the “1.20” protocol value in the URL to the previous protocol value '''1.8'''. The URL should look like this when you’re done: ''http://catalog.update.microsoft.com/...&Protocol='''1.8'''''
+
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 /V SchUseStrongCrypto /T REG_DWORD /D 1
 
+
*Restart you WSUS
  
  

Version vom 15. Oktober 2021, 09:35 Uhr

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
  • Your WSUS server might not be configured correctly. Contact your WSUS administrator.


Affected

  • WSUS 5.0 (Windows Server 2016)


Solution

  • Add the following Registry-Key to force .NET 4.0 (WSUS) using TLS 1.2 -> open a cmd as Administrator:
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 /V SchUseStrongCrypto /T REG_DWORD /D 1
  • Restart you WSUS



More Information: