Disable-EMCServerCertificateValidation (ESI Service)

Disables the server certificate validation when using SSL to communicate with the ESI Service.

 

Syntax

Disable-EmcServerCertificateValidation [-Silent] [<CommonParameters>]

 

Description

The ESI Service commands can be configured to use a secured channel (SSL) when connecting to the ESI Service by specifying an https URL in the Set-EmcServiceUrl cmdlet or via the ServiceURL parameter. This command disables the validation of the server certificate as part of establishing the SSL connection. This is necessary if the ESI Service is configured to use a self-signed certificate.

 

Parameters

-Silent <SwitchParameter>

Attributes: Optional, Position: named

Turns off all the informational and verbose messages. However, it still displays errors.

 

<CommonParameters>

This cmdlet supports these common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. Type get-help about_commonparameters for more details.

 

Examples

-------------- Example 1 --------------

C:\PS>Disable-EmcServerCertificateValidation

This example disables the server SSL certificate validation for the ESI Service.