Is it possible to have vcenter respond to two fqdn(s) in vCenter 7?
We have DNS with:
vcenter.old.home A 192.168.0.100
vcenter.new.home CNAME vcenter.old.home
and with a certificate that has the IP address and two names in the certificate's 'subject alternative name'.
vCenter 6.7 used to be working via either fqdn.
after upgrading to vCenter 7.0.3, accessing via https://vcenter.new.home results in a
[400] An error occurred while sending an authentication request to the vCenter single-sign-on server
and a link to https://vcenter.new.home/ui/logout
What is the correct way to support two vcenter fqdns?