Troubleshooting

The following are errors that might appear during the procedures described in this guide.

Host Credentials: Certificate Invalid

When adding the host credentials you may encounter the error Host Credentials: Certificate Invalid. For example:

host credential issue

To resolve this issue, the vCenter root CA must be imported into the CloudControl’s Certificate Authorities:

  1. Launch a Linux Terminal and use openssl to pull the root CA from vCenter. Where it shows IP, enter the vCenter IP address.

    % echo | openssl s_client -connect <IP>:443 -showcerts
  2. Enter the commands below to view the certificate:

    % curl -k https://<IP>/certs/download.zip -o
    % root_ca.zip
    % unzip root_ca.zip
    % cd certs
    % cd lin
    % cat 93a87255.0
  3. Copy the certificate from the cat 93a7255.0 command. Start from -----BEGIN CERTIFICATE----- and end with -----END CERTIFICATE-----.

  4. Login to your Cloud Control node as superadminuser.

  5. From Home, select System > System Settings > Settings Drop-Down Menu > Certificates.

    cloud control certificates
  6. Select Certificate Authorities.

  7. Select Add on the top right.

    The Install Certificate page appears.

  8. Select Enter Text and paste the certificate.

    install certificate
  9. Select Continue.

  10. Select Install.

  11. On the Cloud Control node, check the onboarded host Details.

  12. Select Certificate Invalid and re-enter the host credentials.

    Host Credentials will update to Valid.

    host credential valid