NSX Installation on an ESXi Host fails with an error "Failed to install software on host. Host <IP> not reachable. java.rmi.RemoteException: VI SDK invoke exception:javax.net.ssl.SSLHandshakeException: CRL check failed"
book
Article ID: 397539
calendar_today
Updated On:
Products
VMware NSX
Issue/Introduction
ESXi is with custom certificates.
NSX Installation on an ESXi Host fails with an error "Failed to install software on host. Host <IP> not reachable. java.rmi.RemoteException: VI SDK invoke exception:javax.net.ssl.SSLHandshakeException: CRL check failed"
Environment
VMware NSX
Cause
ESXi has a custom certificate, which was changed after configuring NSX.
Resolution
Run the API against the NSX Manager to disable the CRL check.
GET https://{{nsx manager ip}}/policy/api/v1/infra/security-global-config
This returns a few flags in a JSON structure, one of which is called "crl_checking_enabled": "true".