trac

Access Trac with certificate login from Eclipse using Mylyn's Trac connector

Just a quick scratch about how to access your Trac from Eclipse IDE by authenticating with certificates

1. 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?"

2. Add the following lines to eclipse.ini

-Djavax.net.ssl.keyStore=/path/to/yourcert.p12
-Djavax.net.ssl.keyStorePassword=yourpassword

Syndicate content