Once in a while when I launch the WSUS console and it error out. When checking the Event logs, I see a warning and multiple errors. I'm not sure where to begging my search as how to resolve the issue.
Warning:
Log Name: Application
Source: Windows Server Update Services
Event ID: 7032
General:
The WSUS administration console was unable to connect to the WSUS Server via the remote API.
Verify that the Update Services service, IIS and SQL are running on the server. If the problem persists, try restarting IIS, SQL, and the Update Services Service.
The WSUS administration console has encountered an unexpected error. This may be a transient error; try restarting the administration console. If this error persists,
Try removing the persisted preferences for the console by deleting the wsus file under %appdata%\Microsoft\MMC\.
System.IO.IOException -- The handshake failed due to an unexpected packet format.
Source
System
Stack Trace:
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.ConnectStream.WriteHeaders(Boolean async)
** this exception was nested inside of the following exception **
System.Net.WebException -- The underlying connection was closed: An unexpected error occurred on a send.
Source
Microsoft.UpdateServices.Administration
Stack Trace:
at Microsoft.UpdateServices.Administration.AdminProxy.CreateUpdateServer(Object[] args)
at Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.GetUpdateServer(PersistedServerSettings settings)
at Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.ConnectToServer()
at Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.get_ServerTools()
*****************************************************************************************
Error
Log Name: Application
SOurce: Windows Server Update Services
Event ID: 12072
General:
The WSUS content directory is not accessible.
System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.UpdateServices.Internal.HealthMonitoring.HmtWebServices.CheckContentDirWebAccess(EventLoggingType type, HealthEventLogger logger)
*****************************************************************************************
Error
Log Name: Application
Source: Windows Server Update Services
Event ID: 12052
General:
The DSS Authentication Web Service is not working.
*****************************************************************************************
Error
Log Name: Application
Source: Windows Server Update Services
Event ID: 12042
General:
The SimpleAuth Web Service is not working.
*****************************************************************************************
Error
Log Name: Application
Source: Windows Server Update Services
Event ID: 12022
General:
The Client Web Service is not working.
*****************************************************************************************
Error
Log Name: Application
Source: Windows Server Update Services
Event ID: 12032
General:
The Server Synchronization Web Service is not working.
*****************************************************************************************
Error
Log Name: Application
Source: Windows Server Update Services
Event ID: 12012
General:
The API Remoting Web Service is not working.
*****************************************************************************************
Error
Log Name: Application
Source: Windows Server Update Services
Event ID: 12002
General:
The Reporting Web Service is not working.
*****************************************************************************************
Error
Log Name: Application
Source: Windows Server Update Services
Event ID: 13042
General: Self-update is not working.
But, a simple reboot seem to fix the issue. Any one seen or experience this issue?