Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

com.ibm.team.repository.client.certificateHandler

I created a plugin with extension com.ibm.team.repository.client.certificateHandler. I gave it the priority value of 1 and set it with class AcceptPermanentlyCertificateHandler. Here is its definition:

public class AcceptPermanentlyCertificateHandler implements ICertificateHandler {

    @Override
    public Trust evaluate(ITeamRepository repository, X509Certificate certificate, CertificateException problem) {
        Utils.logInfo("AcceptPermanentlyCertificateHandler.Trust");
        return Trust.ACCEPT_PERMANENT;
    }
}

Sometimes, when connecting a server for the first time - this plugin is not called and I get the certification dialog.
Any ideas what I can check in order to solve this issue will be warmly appreciated. Is there any log file in the server which might supply information ? Any entry point in RTC client SDK I should place a break point ?
Also, since this does not happen always - I am looking for any server settings I should compare in order to understand the difference in behavior.

0 votes


Be the first one to answer this question!

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,935
× 1,202

Question asked: Nov 12 '18, 10:49 a.m.

Question was seen: 1,335 times

Last updated: Jan 15 '19, 12:02 p.m.

Confirmation Cancel Confirm