Enable debug logging for Connector.log:
log4j.category.com.vmware.horizon=DEBUG
Apply a certificate that contains the FQDN of each participating cluster member within the subjectAltName attribute of the certificate configuration.
Example of a configuration file to generate a certificate with subjectAltNames is within the Related Information section below.
[req]
distinguished_name = req_distinguished_name
x509_extensions = v3_req
prompt = no
[req_distinguished_name]
C = US
ST = CO
L = Broomfield
O = VMware
OU = GSS
CN = vRAApplianceVIP.domain.local
[v3_req]
keyUsage = keyEncipherment, dataEncipherment
extendedKeyUsage = serverAuth
subjectAltName = @alt_names
[alt_names]
DNS.1 = vRAApplianceNode1.domain.local
DNS.2 = vRAApplianceNode2.domain.local
DNS.3 = vRAApplianceVIP.domain.local