HTTP failure response for https://<vcd fqdn>/cloudapi/1.0.0/testconnection: 0 unknown error
VMware Cloud Director 10.x
VCD stores the AVI Controller admin credentials in its internal database table (load_balancer_controllers). If the password is changed directly on the AVI Controller but not updated within VCD, the credentials become mismatched.
This mismatch leads to authentication failure, potentially causing redirect loops, broken sessions, or token negotiation issues during login attempts.
To resolve the issue, update the AVI Controller password in VCD as follows:
Navigate to Infrastructure Resources > NSX-ALB > Controllers.
Click the ⋮ (three-dot menu) next to the controller entry and select Edit.
Enter the new admin password and click Save.
Re-run the Test Connection to confirm successful connectivity.
By updating the password through the VCD UI, the internal database is synchronized, resolving the authentication issue.
Redirect errors are often caused by invalid session tokens and can typically be resolved by re-authenticating or resetting the session after credential updates.