Open ostinelli opened 8 years ago
Right now, JRuby cannot be supported, mainly because of:
npn_protocols
OpenSSL::SSL::SSLContext
sends multiple GET requests concurrently
returns nil when no concurrent responses are received within the specified timeout
Opened an issue for 1 on JRuby here.
@ostinelli Any chance of this progressing now that there is ALPN support in jruby-openssl as mentioned in https://github.com/jruby/jruby-openssl/issues/99?
Right now, JRuby cannot be supported, mainly because of:
npn_protocols
is an undefined method forOpenSSL::SSL::SSLContext
in JRuby. This is used in the client to ensure that the proper protocols is negotiated.sends multiple GET requests concurrently
test hangs, needs investigation.returns nil when no concurrent responses are received within the specified timeout
test can randomly fail.