When sending an HTTP GET using JRuby-OpenSSL, the GET hangs more than half of the time.
Relevant stacktrace below:
/Users/light/dev/oss/jruby/trunk/jruby/lib/ruby/1.8/net/protocol.rb:86:in `read': execution expired (Timeout::Error)
from /Users/light/dev/oss/jruby/trunk/jruby/lib/ruby/1.8/net/http.rb:2223:in `read_body_0'
from /Users/light/dev/oss/jruby/trunk/jruby/lib/ruby/1.8/net/http.rb:2184:in `read_body'
from /Users/light/dev/oss/jruby/trunk/jruby/lib/ruby/1.8/net/http.rb:2209:in `body'
from /Users/light/dev/oss/jruby/trunk/jruby/lib/ruby/1.8/net/http.rb:2148:in `reading_body'
from /Users/light/dev/oss/jruby/trunk/jruby/lib/ruby/1.8/net/http.rb:1061:in `request'
With SSL disabled on both the server and client, the request goes through with no problem whatsoever.