no healthy upstream” error."Cannot contact the specified host (<hostname>). The host may not be available on the network, a network configuration problem may exist, or the management services on this host may not be responding."
/var/run/log/hostd.log file on the ESXi host.YYYY-MM-DDTHH:MM:SS.###Z In(###) Hostd[######]: [Originator@#### sub=Solo] Setting OpenSSL verify location CAFile=/etc/vmware/ssl/castore.pemYYYY-MM-DDTHH:MM:SS.###Z Er(###) Hostd[######]: [Originator@#### sub=Solo] Failed to create SSL context: N7Vmacore3Ssl12SSLExceptionE(SSL Exception: error:########:x509 certificate routines::key values mismatch)VMware vSphere ESXi 8.x
This issue occurs due to a cryptographic mismatch between the certificate file (rui.crt) and the private key (rui.key), where comparison of the SHA-256 thumbprints confirms that the private key does not correspond to the installed certificate.
rui.crt and rui.key files before proceeding.rui.crt and rui.key files.mv /etc/vmware/ssl/rui.crt /etc/vmware/ssl/rui.crt.bkpmv /etc/vmware/ssl/rui.key /etc/vmware/ssl/rui.crt.bkprui.crt and rui.key matchopenssl x509 -in rui.crt -pubkey -noout -outform pem | sha256sumopenssl pkey -in rui.key -pubout -outform pem | sha256sum/etc/init.d/hostd start/etc/init.d/vpxa start