* Hello, I did few small PRs on core ruby and I would like to help with jruby-openssl too. I was looking into this issue https://github.com/jruby/jruby/issues/6409. I hope to submit draft-PR for #6409 tmr. I couldn't unit-test (for below reasons) but I did some manual tests and it seems fine. Tmr I can share some details on this. But there are other issues: 1. travis is failing on master 2. there are mri tests for openssl in jruby repo but it seems they are not utilized. test/jruby/test_openssl.rb seems to be run in the build, but tests/mri/openssl/test_ssl.rb isn't. When I run it manually, I'm getting some missing methods errors, e.g.: add_certificate, NPE from SSLContext and others. Or am I missing something? 3. What IDE do you recommend? I'm using Eclipse and I had to do some hacking in Mavenfile to make it work. I would appreciate for some hints.