"Certificate Generation has failed."
2025-01-15T06:26:48.852+0000 ERROR [vcf_om,678755286d03f8a05331ad3fb59cac0d,e79f] [c.v.v.c.s.o.i.CertificateOperationOrchestratorImpl,om-exec-27] Generate ce
rtificate operation failed for sitmgmt01nsx01a.mgmt.internal, java.lang.IllegalStateException: AuthScheme is null
com.vmware.vcf.certmgmt.common.exception.CertificateManagementException: java.lang.IllegalStateException: AuthScheme is null
at com.vmware.vcf.certmgmt.ca.plugin.MicrosoftCaService.generateSignedCertificate(MicrosoftCaService.java:269)
at com.vmware.vcf.certmgmt.ca.plugin.MicrosoftCaService.generateAndFetchCertificateChain(MicrosoftCaService.java:112)
at com.vmware.vcf.certmgmt.ca.plugin.MicrosoftCaPlugin.getCertificateChain(MicrosoftCaPlugin.java:40)
at com.vmware.vcf.certmgmt.service.orch.impl.CertificateOperationOrchestratorImpl.generateCertificate(CertificateOpe
Note the 'AuthScheme is null' error - this is a string received from the AD.
This suggests that the user credentials do not meet the requirements for authentication.
VMware Cloud Foundation 5.2
This issue can happen for various reasons.
e.g. Server: Microsoft-IIS/10.0
Www-Authenticate: Basic realm="<server_FQDN>"
3. Note also that certain special characters ( *, $, and @) in the user password can cause issues with AD accounts.