cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Setting up TFS with HTTPS in FlexNet Code Insight

Setting up TFS with HTTPS in FlexNet Code Insight

Summary

This article discusses how to configure TFS for use with HTTPS in FlexNet Code Insight

Synopsis

Steps to resolve the issue TFS HTTPS(sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException)

1.Get TFS server certificate(HTTPS) and file look like <"XYZ.cer">.
i.Go to server machine where tfs server is installed.
ii.Go to IE browser settings: Select Internet option==> Got content tab.
iii.Click on certificate ==> trusted root certificate autority ==> export the certificate with <hostname>.

2.Import <"XYZ.cer"> certificate to "\jre1.8.0\lib\security"(where CodeInsight application is installed) by using below command.
keytool -keystore cacerts -importcert -file <"XYZ.cer"> -alias tfs

Note: After executing above command, give the password and Accept the trusted certificate by giving yes value.
3.Download and extract TFS client(add to Path environment variable).
4.Enable the tfs option,in "scm.properties" file.
5.Start the tomcat server with new command line session.

Below are the scenario covered.
1. Verified the option of "TFS Update To" .i.e "Latest Changeset","Specific Changeset" and "Label" ==> Working as expected.
2. Verified below URL format for TFS 2015(http and https):
http://<server>:<port>/<tfsroot>/<collection>/<project>
http://<server>/<tfsroot>/<collection>/<project>
https://<server>:<port>/<tfsroot>/<collection>/<project>
https://<server>/<tfsroot>/<collection>/<project>
3. Verified below URL format for TFS 2017(http and https):
http://<server>/<collection>/<project>
https://<server>/<collection>/<project>
4. Verified below URL format for TFS 2012 update1(http):
http://<server>/<tfsroot>/<collection>/<project>

Covered below SCM:
Perforce HTTP , Git , SVN HTTP

Labels (1)
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Feb 26, 2019 02:39 PM
Updated by: