-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullPointerException when inheriting from SSLSocket #165
Comments
oh yeah sorry about that - did not realize anyone would inherit |
Unfortunately, this is coming from production code in redis: https://github.com/redis/redis-rb/blob/e5af405bbc857300d7bcf0e0d07286d39dbe8ba0/lib/redis/connection/ruby.rb#L257 Yep, we updated the dependencies in the gemfile which seems to fix that: https://github.com/redis/redis-rb/pull/761/files |
oh well. |
I just encountered this same error while running tests for an internal LDAP gem based on the net-ldap gem. The net-ldap gem throws the above error when attempting to use tls encryption under JRuby 9.2.0 while it does not under JRuby 9.1.17. I believe this is because JRuby 9.2.0 was updated to jruby-openssl 0.10.0. The net-ldap gem doesn't include jruby-openssl as a direct dependency, and doesn't appear to be actively maintained any more. So it looks like we will have to hold off from using JRuby 9.2.0 for now. |
was resolved in 0.10.1 |
This is using jruby-openssl
0.10.0
, JRUBY_VERSION9.1.17.0
.Discovered when doing a deeper dive on redis/redis-rb#756
here's the stack trace:
The text was updated successfully, but these errors were encountered: