Citrix Cloud Connector does not complete its initial installation or is unable to upgrade to the latest Cloud Connector version. The installation is blocked because it’s not able to validate the code signing certificate of the Citrix Cloud Components downloaded, which may be due to the certificates installed, or an expired signature. To verify this is occurring
The Root and Intermediate Certificate authority used to sign the Citrix Cloud Connector needs to be trusted on the local machine where the Citrix Cloud Connector is being installed. Cloud Connector binaries and endpoints that the Cloud Connector contacts are protected by X.509 certificates issued by DigiCert, a widely respected enterprise certificate authority (CA). DigiCert employs Certificate Revocation List (CRL) servers using HTTP on port 80 instead of HTTPS on port 443 to verify these certificates during Cloud Connector installation. Cloud Connector components themselves do not communicate over external port 80. The need for external port 80 is a byproduct of the certificate verification process that the operating system performs
To resolve this issue:
Open the MMC certificate store on the Citrix Cloud Connector exhibiting the behavior
https://msdn.microsoft.com/en-us/library/ms788967(v=vs.110).aspx. Select the Computer account option when prompted by the Certificates snap-in.
Download the root certificate https://dl.cacerts.digicert.com/DigiCertAssuredIDRootCA.crt.
Open the certificate and choose "Install Certificate…".
In the "Certificate Import Wizard", select "Local Machine" for the "Store Location".
Validate that the Root certificate shows up under the proper Certificate Store.
Repeat the above steps with the rest of the root certificates.
Open the MMC certificate store on the Citrix Cloud Connector exhibiting the behavior
https://msdn.microsoft.com/en-us/library/ms788967(v=vs.110).aspx. Select the Computer account option when prompted by the Certificates snap-in.
Download the intermediate certificate https://dl.cacerts.digicert.com/DigiCertSHA2AssuredIDCodeSigningCA.crt.
Open the certificate and choose "Install Certificate…".
In the "Certificate Import Wizard," select "Local Machine" for the "Store Location".
Verify that the Intermediate certificate shows up under the proper Certificate Store.
6. Repeat the above steps with https://cacerts.digicert.com/DigiCertTrustedG4CodeSigningRSA4096SHA3842021CA1.crt. Install this certificate into the "Machine store" too.
Install the rest of the required certificates listed in "The following certificates need to be installed:" section from https://docs.citrix.com/en-us/citrix-cloud/citrix-cloud-resource-locations/citrix-cloud-connector/technical-details
The Citrix Cloud Connector installer is signed with a DigiCert signing certificate. During installation this certificate is programmatically validated in order to ensure integrity of the components downloaded. If the Root and Intermediate certificates are not trusted on the local machine, the installer cannot be successfully verified, preventing the installation from continuing.
Note: This is usually not an issue if Windows Updates are automatically allowed.