errorCode": "CERTIFICATE_CA_CREATION_FAILED",
"message": "Unable to create CA.",
"referenceToken": "QUAR7F",
[ErrorCause {
"message": "The server certificate of MSCA contains empty subject",
"type": "com.vmware.vcf.certmgmt.common.exception.CertificateManagementException",},
VMware Cloud Foundation 5.x
MCSA URL.
> The server certificate of MSCA contains empty subject--name of the machine
When we run the below command, the subject field is empty in the certificate. Its MCSA that has problem.
openssl s_client -connect <MCSAFQDN>:443 -showcerts
Need to recreate your own certificate for the Microsoft server machine you are running.
Ensure that one is providing a proper subject when running the command against it- openssl s_client -connect <MCSAFQDN>:443 -showcerts