[bringup,66d7############27db,4a02] ERROR [c.v.evo.sddc.common.util.SslUtil,pool-2-thread-15] Error occurred while getting certificate chain for 'ESXi_FQDN:443'. java.net.UnknownHostException: ESXi_FQDN
[bringup,66d7############27db,4a02] ERROR [c.v.e.s.i.g.v.CollectEmsSecurityDetailsAction,pool-2-thread-15] Failed to fetch certificates for the ESXi host: ESXi_FQDN
[bringup,66d7faf0955781b567c73e0390768fa7,4615] INFO [c.v.v.b.c.v1.BringupPublicController,http-ni
ng validation status with ID 462c####-####-####-########39c0
[bringup,66d7############27db,4a02] ERROR [c.v.e.s.c.c.v.esx.EsxCommandExecutor,pool-2-
thread-15] Failed to connect to ESXi_FQDN com.vmware.vim.vmomi.client.exception.ConnectionException: https://ESXi_FQDN/sdk invocation failed with "java.net.UnknownHostException: ESXi_FQDN"
SDDC 5.2.x
This error is encountered when an ESXi certificate is not properly configured, i.e. hostname doesn't match SAN.
vsish -e set /config/VisorFS/intOpts/VisorFSPristineTardisk 0
cd /usr/sbin
cp generate-certificates generate-certificates-bkp
vi generate-certificates-bkp
mv generate-certificates-bkp generate-certificates
/sbin/generate-certificates
This procedure must be done on all the hosts in the management cluster
You must run the vsish command in order to copy & move the generate-certificates file
The reason for copying the generate-certificate file to a backup and modifying the backup file is that the generate-certificate file itself cannot be modified
Use the actual FQDN, IP, and short name in both locations in the file