Issue Type: Bug Bug
Affects Versions: JRuby 1.7.1, JRuby 1.7.0
Assignee: Thomas E Enebo
Created: 06/Dec/12 3:00 AM
Description:

Using the 'ftw' gem (I maintain), here's what I found tonight:

# Jruby 1.7.0

% ruby examples/ftw.rb https://google.com/
Using upstream ssl certs, possibly untrusty. {"level":"info"}
Creating new request {"method":"GET","uri":"https://google.com/","options":{},"level":"info"}
New connection to google.com:443 {"level":"info"}
Securing this connection {"peer":"74.125.224.128","options":{"timeout":null,"certificate_store":"#<OpenSSL::X509::Store:0x56d97688>","verify_callback":"#<Proc:0x5ef50743@/home/jls/projects/ruby-ftw/lib/ftw/agent.rb:405>"},"level":"info"}
EOFError: End of file reached
            sysread at org/jruby/RubyIO.java:2838
               read at /home/jls/projects/ruby-ftw/lib/ftw/connection.rb:230
...

% rvm 1.7.1 do ruby examples/ftw.rb https://google.com/
Using upstream ssl certs, possibly untrusty. {"level":"info"}
Creating new request {"method":"GET","uri":"https://google.com/","options":{},"level":"info"}
New connection to google.com:443 {"level":"info"}
Securing this connection {"peer":"74.125.224.73","options":{"timeout":null,"certificate_store":"#<OpenSSL::X509::Store:0x5c12d9c>","verify_callback":"#<Proc:0x4d995fb7@/home/jls/projects/ruby-ftw/lib/ftw/agent.rb:405>"},"level":"info"}
WARNING: unimplemented method called: StoreContext#error_depth
WARNING: unimplemented method called: StoreContext#error_depth
WARNING: unimplemented method called: StoreContext#error_depth
New connection to www.google.com:443 {"level":"info"}
Securing this connection {"peer":"74.125.224.84","options":{"timeout":null,"certificate_store":"#<OpenSSL::X509::Store:0x5c12d9c>","verify_callback":"#<Proc:0x6e4ca0@/home/jls/projects/ruby-ftw/lib/ftw/agent.rb:405>"},"level":"info"}
WARNING: unimplemented method called: StoreContext#error_depth
WARNING: unimplemented method called: StoreContext#error_depth
WARNING: unimplemented method called: StoreContext#error_depth

...

Strangeness. I haven't dug much (it's 1am here) but wanted to report anyway. Will try to do some digging later.

Project: JRuby
Priority: Major Major
Reporter: Jordan Sissel
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to