Any VCF Fleet LCM service that validates JWTs issued by the OPS (VCF Operations) trusted issuer can intermittently fail to validate after the VCF Ops certificate is rotated.
The following symptoms are typically observed together on whichever affected service is involved:
Failed to initialize STSAdapter: componentType=ops with a TLS handshake error certificate_unknown(46) when connecting to https://<ops-fqdn>/suite-api/.well-known/openid-configuration.
Environment
VCF 9.0.1
Cause
The OPS trusted-issuer connection uses certificate pinning at initialization of fleet pods making it so it trusts only the single certificate supplied at that time by VSP Issuers.
When IMDS serves a stale certificate for OPS and one of the fleet pods is restarted, the platform's existing certificate-retrust mechanism runs and reports success, but it updates a different trust store than the one the pinned connection, so the mismatch is never resolved by that automatic mechanism. The adapter remains broken until IMDS itself reports the corrected certificate at the moment the adapter is (re)initialized.
Resolution
Note: You need to be in root account to execute below commands
Connect to one of VCF service control plan and then fetch FQDN by running below command: