Skip to main content

HTTPS Protocol Support

HTTPS is supported for communication between Code Insight and TFS. Perform the following steps to enable the SSL configuration for HTTPS.

To enable SSL configuration, do the following:

  1. Export the Secure Site SSL certificate from the browser location (shown here) for the given TFS instance:

    https://<TFS-Host>/tfs/DefaultCollection/<Project>
  2. Import the certificate in the Java (JRE) keystore, using the following command (replacing tfs.cer with the actual certificate file name). The certificate should be imported to the same machine where the TEE-CLC and Code Insight Scan Server reside (see TEE-CLC Requirement for a TFS Connection).

    • keytool -import -trustcacerts -keystore cacerts -storepass changeit -noprompt -alias tfs -file tfs.cer