RTC eclipse client - Repository Certificate
One answer
<installation directory>\client\eclipse\jdk\jre\lib\security
file name is cacerts
default password is changeit
Comments
Is there any setting I can programmatically set in order to accept certificate permanently ?
Found my answer in the SDK code:
I am using ITeamRepositoryService to create repository connection. In the documentation of this class it mentions extension com.ibm.team.repository.client.certificateHandler which does what I need.