Skip to content
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

JRuby support? #8

Open
ostinelli opened this issue Jun 22, 2016 · 2 comments
Open

JRuby support? #8

ostinelli opened this issue Jun 22, 2016 · 2 comments

Comments

@ostinelli
Copy link
Owner

ostinelli commented Jun 22, 2016

Right now, JRuby cannot be supported, mainly because of:

  1. npn_protocols is an undefined method for OpenSSL::SSL::SSLContext in JRuby. This is used in the client to ensure that the proper protocols is negotiated.
  2. The sends multiple GET requests concurrently test hangs, needs investigation.
  3. Thread safety needs to be improved, the returns nil when no concurrent responses are received within the specified timeout test can randomly fail.
@ostinelli
Copy link
Owner Author

Opened an issue for 1 on JRuby here.

@bitwolfe
Copy link

@ostinelli Any chance of this progressing now that there is ALPN support in jruby-openssl as mentioned in jruby/jruby-openssl#99?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants