Disables server SSL certificate validation when using SSL to communicate with the specified ESI service.
Syntax
Disable-EmcPublisherCertificateValidation -ServiceName <String> [-Silent] [<CommonParameters>]
Description
The publish commands use a secured channel (SSL) when connecting to the specified ESI service by specifying an HTTPS URL in the Set-EmcPublisherEndpointUrl cmdlet or via the -ServiceURL parameter. This command disables the validation of the server certificate while establishing the SSL connection. This is necessary if the specified ESI service is configured to use a self-signed certificate.
Parameters
-ServiceName <String>
Attributes: Required, Position: named
Specifies which service to use to publish the systems. The values can be esiservice (for ESI Service) or esiexchangemonitorservice (for ESI Exchange HA Extension).
-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-EmcPublisherCertificateValidation -ServiceName esiservice
In this example, the server SSL certificate validation has been disabled.