VMware Cloud Community
ChrisC6
Enthusiast
Enthusiast

vRA Certificate doesn't match common name of the certificate subject

Hi All,

I am attempting to run an AD Directory sync and received the below error;

Certificate for <APPLIANCESERVER> doesn't match common name of the certificate subject: applianceserver.company.com

We are running vRA 7.4.

Has anyone seen this error before, and what was involved to correct it?

 

Appreciate any help 

Thanks

0 Kudos
3 Replies
atusmenezes
VMware Employee
VMware Employee

Seems that your certificate do not contain all alternative subject names of the solution. I believe the subject is applianceserver.company.com and there is no alternative subject with APPLIANCESERVER. It is necessary check your certificate and fix it.

0 Kudos
ChrisC6
Enthusiast
Enthusiast

Thanks atusmenezes,

I will have a look at the certificate. In the meantime, I found a work around solution which has allowed me to run the AD sync.

ssh root@<appliance>

su - postgres /opt/vmware/vpostgres/current/bin/psql vcac

set schema 'saas';

update "Connector" set "host"='appliance.company.com' where "host"='APPLIANCE';

 

0 Kudos
atusmenezes
VMware Employee
VMware Employee

=D

Yes, there is this workaround, but I couldn't recommend that, since it is not really supported =(.

But that's fine it worked for you.

0 Kudos