Hello Everyone,
I am running a fresh install of Windows Server 2012. I installed WSUS from server manager. To the best of my memory, I was NOT asked which ports to use for WSUS.
I want to use custom ports for WSUS. I went into IIS and I changed the bindings for the WSUS website. After doing so, my server ran for days and didn't have problems. My clients are actively checking in to my server and things look good.
But when I reboot my server, I am getting a lot of errors. The primary error is shown below. The most important thing is that there are still services attempting to connect to port 8530. It looks like I have more work to do to change the port for WSUS. What can I do to fix this error? The port should NOT be 8530.
Thank you for your help.
-----------------------------------------
The WSUS content directory is not accessible.System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 192.168.10.100:8530
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.UpdateServices.Internal.HealthMonitoring.HmtWebServices.CheckContentDirWebAccess(EventLoggingType type, HealthEventLogger logger)


