IUpdateServerConfiguration.UpstreamWsusServerUseSsl

Retrieves or sets a value that indicates if the WSUS server should use SSL (HTTPS) to communicate with an upstream server.

public bool UpstreamWsusServerUseSsl {get; set;}
Public Property UpstreamWsusServerUseSsl As bool

Property Value

True to use SSL (HTTPS) to communicate with an upstream server; otherwise, false to use HTTP.

Remarks

WSUS uses the property value if IUpdateServerConfiguration.SyncFromMicrosoftUpdate is false.

If you specify true, set IUpdateServerConfiguration.UpstreamWsusServerPortNumber to the correct port number for SSL, which is typically 443.

For information on configuring SSL, see Configuring SSL on a Web Server or a Web Site.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

IUpdateServerConfiguration.SyncFromMicrosoftUpdate
IUpdateServerConfiguration.UpstreamWsusServerPortNumber