Connecting SDDC manager to offline depot fails with:
VMWARE_DEPOT_CONNECT_FAILURE Failed to connect to VMware depot with the provided user credentials. Cause: {0}.
Com.vmware.evo.sddc.common.core.error.ForbiddenResponseException: Failed to connect to VMware depot with the provided user credentials. Cause: {0}.
Caused by: com.vmware.evo.sddc.lcm.model.depot.exception.DepotConnectionFailureException: Failed to connect to depo [ depot.hostname.fqdn:443 ]
VMware Cloud Foundation 5.x
The Apache web directories on the offline depot have the incorrect permissions. Directory permissions should be either 0500 or 750.
Apache web directories should have read and execute permissions for the owner, and read/execute for the group/others as needed. The execute permission is necessary to traverse the directories.
Below is an example to set the default Apache web directory permissions to 750:
chmod -R 750 /var/www/html