After, configuring my WSUS to use SSL it either says connection error or reverts back to http. I have a week working on this and I implemented anything that might be the probable solution.
This is the first error I get:
"WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)
at Microsoft.UpdateServices.ServerSync.ServerSyncCompressionProxy.GetWebResponse(WebRequest webRequest)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.UpdateServices.ServerSyncWebServices.ServerSync.ServerSyncProxy.GetAuthConfig()
at Microsoft.UpdateServices.ServerSync.ServerSyncLib.InternetGetServerAuthConfig(ServerSyncProxy proxy, WebServiceCommunicationHelper webServiceHelper)
at Microsoft.UpdateServices.ServerSync.ServerSyncLib.A"
Okay fine, so I would proceed to do every appropriate fix there is which includes;
- Creating a certificate.
- Changing the SSL settings in the IIS manager wizard under WSUS administration.
- Changing values in the WSUS pool.
configuressl domain.server.root
.
- Restarting the wsusservice.
- open command prompt run as administrator and execute iisreset command.
- open services.msc and restart WSUS Service.
After is restart and open the wsus wizard I get the http "WebException: The underlying..." error again
and when I run wsusutil.exe configuressl
again instead of it giving me an https with port number 8531 I get http with port 8530. Please help.