If the Windows Server host on which View Connection Server is installed does not trust the root certificate for the signed SSL server certificate, you must import the root certificate into the Windows local computer certificate store. In addition, if the View Connection Server host does not trust the root certificates of the SSL server certificates configured for the security server, View Composer, and vCenter Server hosts, you also must import those root certificates.
Step 1: Open the MMC Console on the Windows Server host.
Step 2: Expand the Certificates (Local Computer) node and navigate to:
Trusted Root Certification Authorities > Certificates.
Step 3: Import the Root Certificate:
Step 4: In the Certificate Import Wizard:
Step 5: Import Intermediate Certificates (if applicable):
Step 6: Restart the necessary services:
The SSL certificate bundle should be downloaded from this URL.
The files should be concatenated in the following order:
Example command on Windows:
type www_example_com.crt SectigoRSADomainValidationSecureServerCA.crt USERTrustRSAAddTrustCA.crt AddTrustExternalCARoot > your-domain.com.ca-bundle
Example command on Linux:
cat www_example_com.crt SectigoRSADomainValidationSecureServerCA.crt USERTrustRSAAddTrustCA.crt AddTrustExternalCARoot > your-domain.com.ca-bundle
The files SectigoRSADomainValidationSecureServerCA.crt, USERTrustRSAAddTrustCA.crt, and AddTrustExternalCARoot.crt must be included in the archive provided by Sectigo in the verification email.