TimeGT launching soon!

 

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:

  1. Run: openssl s_client -connect your.secured.host.com:https
  2. Copy-paste certificate from previous output to text-file (for example /tmp/key2trust.pem).
    Be sure to include BEGIN and END CERTIFICATE rows!!
  3. Run: keytool -import -alias your.secured.host.com -keystore
    /home/ahtik/.eclipsekeystore -file /tmp/key2trust.pem
  4. Edit eclipse.ini in eclipse home dir to have -Djavax.net.ssl.trustStore=/home/ahtik/.eclipsekeystore
  5. Start Eclipse and be sure to run with Java 5!
  6. Let me now if it didn’t help.
Share:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • digg
  • Reddit
Thursday, May 11, 11:56 am

1 Comment »

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

RSS feed for comments on this post. | TrackBack URI
You can also bookmark this on del.icio.us or check the cosmos

Leave a comment

XHTML ( You can use these tags): <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> .