Fault - SSLVerifyFault(vim.fault.SSLVerifyFault)

Thrown by
AddHost_Task, AddStandaloneHost_Task, QueryConnectionInfo, ReconnectHost_Task
Extends
HostConnectFault
Since
VI API 2.5

Fault Description

SSLVerifyFault is thrown by the host connect method if the VC server could not verify the authenticity of the host's SSL certificate. Currently, we do not distinguish the various possible reasons why the certificate could not be verified because we don't provide a way for the user to overwrite these reasons other than turning off SSL certificate verification completely. The only exception is the case when the certificate was rejected because it was self-signed. This is the most likely case when the user may want to overwrite the behavior by specifying the certificate's thumbprint in the ConnectSpec the next time the user connects to the host.

Properties

Name Type Description
selfSignedxsd:boolean

Whether the host's certificate was self signed
thumbprintxsd:string

The thumbprint of the host's certificate
Properties inherited from HostConnectFault
None
Properties inherited from VimFault
None
Properties inherited from MethodFault
faultCause, faultMessage

Show WSDL type definition