Expand Minimize
This topic has not yet been rated - Rate this topic

IUpdateServerConfiguration.UpstreamWsusServerUseSsl Property

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)
'Usage
Dim instance As IUpdateServerConfiguration
Dim value As Boolean

value = instance.UpstreamWsusServerUseSsl

instance.UpstreamWsusServerUseSsl = value
bool UpstreamWsusServerUseSsl { get; set; }
/** @property */
boolean get_UpstreamWsusServerUseSsl ()

/** @property */
void set_UpstreamWsusServerUseSsl (boolean value)

function get UpstreamWsusServerUseSsl () : boolean

function set UpstreamWsusServerUseSsl (value : boolean)

Property Value

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

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 http://go.microsoft.com/fwlink/?linkid=33557.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.