jruby / jruby-ossl

DEFUNCT, new repository at:
https://github.com/jruby/jruby-openssl
47 stars 19 forks source link

undefined method `write_nonblock' for OpenSSL::SSL::SSLSocket #19

Open atambo opened 12 years ago

atambo commented 12 years ago

When I upgraded from jruby-openssl 0.7.4 to 0.7.6.1 I started getting this error when trying to do file uploads to amazon s3 using the fog gem:

https://gist.github.com/1694196

nahi commented 12 years ago

Sorry for lazy question, but is it really worked with jruby-openssl 0.7.4? It could be from excon's update I think. Can you try this with jruby-openssl 0.7.4 again?

That said, jruby-openssl + 1.9 does not support *_nonblock properly yet...

atambo commented 12 years ago

The excon gem version did not change. I am using the newest version of excon and I can reproduce this problem by only swapping the jruby-openssl version.

pehrlich commented 12 years ago

Just a little bump here-- I can confirm that downgrading from 0.7.6.1 to 0.7.4 fixes issues from this thread: https://github.com/geemus/excon/issues/106

rahul commented 12 years ago

@pehrlich +1

nextmat commented 12 years ago

+1

azolotko commented 12 years ago

Tested on version 0.7.7. The problem is still there.

tolsen commented 12 years ago

+1