Unable to create CA error "message": "The server certificate of MSCA contains empty subject",
search cancel

Unable to create CA error "message": "The server certificate of MSCA contains empty subject",

book

Article ID: 378043

calendar_today

Updated On:

Products

VMware SDDC Manager

Issue/Introduction

Unable to create CA.

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",},

Environment

VMware Cloud Foundation 5.x

Cause

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

Server certificate
subject=
issuer=XX, DC = XX, CN = XXXXX CA
---



Resolution

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