Workspace ONE Access is not accessible. Log in to NSX Manager using your local user account.

/var/log/proton/nsxapi.log you see the errors similar to:Caused by: org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://<vDIM_Server>/SAAS/auth/oauthtoken": Certificate expired for C=###,O=###,OU=###,CN=##; nested exception is javax.net.ssl.SSLHandshakeException: expired for C=##,O=###,OU=###,CN=## at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:791) ~[?:?] at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:738) ~[?:?]VMware NSX
Use the following commands to verify expiration of certificate on vIDM server:openssl s_client -showcerts -connect <FQDN>:443 | openssl x509 -noout -dates
orcurl https://<FQDN> -vk 2>&1 | grep 'expire '
This issue can also cause the following behavior: When adding vIDM users in NSX, the interface remains on "Loading", and no users are displayed