SEND US FEEDBACK!
vSphere API/SDK Documentation > vSphere Management SDK > vSphere Web Services SDK Documentation > VMware vSphere API Reference > Fault Types > M
  • 0 Ratings

Fault - MultipleCertificatesVerifyFault(vim.fault.MultipleCertificatesVerifyFault)

Extends
HostConnectFault
See also
MultipleCertificatesVerifyFaultThumbprintData
Since
vSphere API 4.0

Fault Description

MultipleCertificatesVerifyFault is thrown by the host connect method ReconnectHost_Task as well as the methods to add a host to VirtualCenter (AddStandaloneHost_Task and AddHost_Task) if VirtualCenter detects that the host has different SSL certificates for different management ports. This can occur, for example, if an ESX 2.x host has different SSL certificates for the authd service (port 902) and the Management UI port (port 443). VirtualCenter is not able to manage such hosts. To fix this issue, the user should modify the host to ensure there is only one certificate for all services. Alternatively, different certificates are allowed as long as each certificate is verifiable (trusted) by the VirtualCenter server.

Properties

Name Type Description
thumbprintDataMultipleCertificatesVerifyFaultThumbprintData[]

The thumbprints (and associated ports) used by the services on the host.
Properties inherited from HostConnectFault
None
Properties inherited from VimFault
None
Properties inherited from MethodFault
faultCause, faultMessage

Show WSDL type definition




Feedback

  • 0 Ratings