Fixing Eclipse Mylar jira integration
Be aware that when adding new jira source to Mylar with HTTPS protocol then you MIGHT get error saying host not found or wrong username&password.
The reason for this could be missing certificate in your trusted keystore.
Here’s how to fix it:
- Run: openssl s_client -connect your.secured.host.com:https
- Copy-paste certificate from previous output to text-file (for example /tmp/key2trust.pem).
Be sure to include BEGIN and END CERTIFICATE rows!! - Run: keytool -import -alias your.secured.host.com -keystore
/home/ahtik/.eclipsekeystore -file /tmp/key2trust.pem - Edit eclipse.ini in eclipse home dir to have -Djavax.net.ssl.trustStore=/home/ahtik/.eclipsekeystore
- Start Eclipse and be sure to run with Java 5!
- Let me now if it didn’t help.
Thursday, May 11, 11:56 am
1 Comment »
RSS feed for comments on this post.
| TrackBack URI
You can also bookmark
this on del.icio.us or check the cosmos







I am running Eclipse 3.2 on Windows XP with Java 1.5.0_06
I could not run step 1(opelssl), getting error
I followed all other steps, and now am getting different error as under:
Unable to fetch resource: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors
Please, advice,
Thanks,
-Dipak
Comment by Dipak — January 9, 2007 @ Tuesday, January 9, 3:09 am