VCD: 10.3.3.3
TCI: 2.1, 2.2
VCD strictly enforces public endpoint configurations to ensure secure routing and correct generation of internal proxy addresses
These public addresses are pointing to a loadbalancer FQDN which is not available, so when trying to access VCD using a different URL, the redirect, fails
/opt/vmware/vcloud-director/bin/cell-management-tool manage-config -n restapi.baseHttpUri -v https://<CELL_FQDN>
/opt/vmware/vcloud-director/bin/cell-management-tool manage-config -n restapi.baseUri -v https://<CELL_FQDN>
/opt/vmware/vcloud-director/bin/cell-management-tool manage-config -n ui.baseHttpUri -v https://<CELL_FQDN>
/opt/vmware/vcloud-director/bin/cell-management-tool manage-config -n ui.baseUri -v https://<CELL_FQDN>Note: replace "-v" with "-l" to list the current value