Just a quick scratch about how to access your Trac from Eclipse IDE by authenticating with certificates
-
Make sure the root certificate is found by JVM as a trusted certificate if you have your own. Open this link and check the subject: “When I try to add my site to the task repositories, I get a Java error that says SSL Handshake failed. What do I do?”
-
Add the following lines to eclipse.ini
-Djavax.net.ssl.keyStore=/path/to/yourcert.p12 -Djavax.net.ssl.keyStorePassword=yourpassword -Djavax.net.ssl.keyStoreType=PKCS12
-
Setup Eclipse Mylyn plugin with the Trac connector.
- Install Mylyn plugin
- Add your Trac to the Task Repository view
- Remember to use anonymous authentication, since you're using certs to login