After changing the load balancer (LB) configuration for VMware Cloud Director (VCD) cells from Layer 7 (SSL termination) to Layer 4 (SSL passthrough), the web UI becomes inaccessible. This occurs because the load balancer is no longer handling SSL termination; the VCD cells are now forced to present their own internal certificates, which often causes handshake failures or untrusted certificate errors.
VMware Cloud Director 10.6.x
When the Load Balancer is configured for Layer 7, it terminates SSL using a valid public certificate. When switched to Layer 4, the Load Balancer performs SSL passthrough, passing the termination responsibility to the VCD cells. If the cell certificates are expired or self-signed, the client browser will reject the connection, resulting in a "503 Service Unavailable" or certificate error.