Files
deb-python-pyvmomi/docs/vim/fault/MultipleCertificatesVerifyFault.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.2 KiB

vim.fault.MultipleCertificatesVerifyFault

extends

vim.fault.HostConnectFault

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.

Attributes:

thumbprintData (str)