The Management Tasks -> Configure Component tasks In VCF Operations fails with
LCMVCFA00001 : Error occurred while creating service account in VCF AutomationBelow error log seen on the UI:
org.bouncycastle.tls.TlsFatalAlert: certificate_unknown(46)
Caused by: java.security.cert.CertificateException: Unable to construct a valid chain
Caused by: java.security.cert.CertPathBuilderException: No issuer certificate for certificate in certification path found.
VCF Operations 9.1
VCF Automation 9.1
The issue occurred as the customer has by mistake put IP of VCFA service runtime platform FQDN in the VCFA F5 load balancer, as a result Fleet service is routing request to the the platform node FQDN which is a VMSP component and not part of VCFA service hence unable to construct a valid chain
Disable or delete the incorrect entry from the VCFA F5 load balancer
To verify the connectivity:
vmware-system-user usernamecurl --cacert /tmp/bundle.pem https://<vcfafqdn>/automation -v