IUpdateServerConfiguration.UpstreamWsusServerUseSsl Property

 

Applies To: Windows Server Update Services

Gets or sets whether the WSUS server should use SSL (HTTPS) to communicate with an upstream server.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

bool UpstreamWsusServerUseSsl { get; set; }
property bool UpstreamWsusServerUseSsl {
    bool get();
    void set(bool value);
}
abstract UpstreamWsusServerUseSsl : bool with get, set
Property UpstreamWsusServerUseSsl As Boolean

Property Value

Type: System.Boolean

true to use SSL (HTTPS) to communicate with an upstream server, false to use HTTP.

Remarks

WSUS uses this property value if SyncFromMicrosoftUpdate is false.

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

For information on configuring SSL, see https://go.microsoft.com/fwlink/?linkid=33557.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top