MultipleCertificatesVerifyFault

MultipleCertificatesVerifyFault
MultipleCertificatesVerifyFault

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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "thumbprintData": [
        {
            "_typeName": "string",
            "port": 0,
            "thumbprint": "string"
        }
    ]
}
thumbprintData
Required

The thumbprints (and associated ports) used by the services on the host.