Management service is not available. Failed to execute method GetRemoteRepoSyncResult. I/O error on GET request for https://managerIP:443/api/v1/cluster/nodes/UUID/repo_sync/status: null; nested exception is javax.net.ssl.SSLException
POST https://<nsx-mgr>/api/v1/upgrade/plan?action=reset&component_type=HOST
POST https://<nsx-mgr>/api/v1/upgrade/plan?action=reset&component_type=EDGE
POST https://<nsx-mgr>/api/v1/upgrade/plan?action=reset&component_type=MP
Login as root > navigate to > var/log/syslog
Management service is not available. Failed to execute method GetRemoteRepoSyncResult. I/O error on GET request for https://managerIP:443/api/v1/cluster/nodes/UUID/repo_sync/status: null; nested exception is javax.net.ssl.SSLException
Unsupported cache type in URI
NSX 4.1.0.2
The SSLException error is is due to a Certificate Revocation List (CRL) check that is being performed in 4.1.0.2.
Disable the CRL check:
curl -u admin: -i -k -X PUT https://managerIP/api/v1/global-configs/SecurityGlobalConfig -H "Content-Type:application/json" -d '{ "_revision" : 0, "resource_type": "SecurityGlobalConfig", "crl_checking_enabled" : "false", "ca_signed_only" : "false" }'