IUpdateServerConfiguration.AllowProxyCredentialsOverNonSsl

Retrieves or sets a value that indicates if user credentials can be sent to the proxy server using HTTP instead of HTTPS.

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

Property Value

True allows user credentials to be sent to the proxy server using HTTP; otherwise, the user credentials are sent to the proxy server using HTTPS.

Remarks

By default, WSUS uses HTTPS to access the proxy server. If HTTPS is not available and AllowProxyCredentialsOverNonSsl is true, WSUS will use HTTP. Otherwise, WSUS will fail. Note that if WSUS uses HTTP to access the proxy server, the credentials are sent in plain-text.

User credentials are used only if IUpdateServerConfiguration.UseProxy is true and IUpdateServerConfiguration.AnonymousProxyAccess is false.

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.AnonymousProxyAccess