Hello,
Trying to setup WSUS role on 2012R2. I have set it up with default config. When running the post installation task I get an error
I had already try these but still cannot fix it:
1. Turn off firewall and anti-virus
2. Uninstall IIS, WSUS and WID
3. Delete WSUS website in IIS
Any ideas?
Thanks
2017-09-07 10:56:56 Instantiating UpdateServer2017-09-07 10:56:58 CreateDefaultSubscription failed. Exception: 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 10.10.11.112: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.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Microsoft.UpdateServices.Internal.ApiRemoting.GetServerVersion() at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.GetServerVersion() at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.CreateUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber) at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer..ctor(Boolean bypassApiRemoting) at Microsoft.UpdateServices.Setup.StartServer.StartServer.CreateDefaultSubscription() 2017-09-07 10:56:58 StartServer encountered errors. Exception=Unable to connect to the remote server 2017-09-07 10:56:58 Microsoft.UpdateServices.Administration.CommandException: Failed to start and configure the WSUS service at Microsoft.UpdateServices.Administration.PostInstall.Run() at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)