Project

General

Profile

Actions

Backport #3510

closed

ssl_timeout appears not to work in net/https

Added by amiklas (Andrew Miklas) almost 14 years ago. Updated almost 5 years ago.

Status:
Closed

Description

=begin
It is possible to cause Net::HTTP.get to block indefinitely even when values are given for open_timeout, read_timeout, and ssl_timeout. The problem only happens when use_ssl? is true: the behaviour of non-SSL requests is as expected.

To reproduce:

  1. Run "listen.rb" in the background (simulates a misbehaving server that accepts connections but doesn't deliver any data)
  2. Run "http_test.rb" -- notice that the exception is delivered after 5 seconds, as expected.
  3. Run "https_test.rb" -- notice that the GET call never returns, and no timeout exception is delivered.

(Apologies if this is the wrong spot for this. Is net/https considered part of Ruby's standard library?)
=end


Files

listen.rb (216 Bytes) listen.rb amiklas (Andrew Miklas), 06/30/2010 05:25 PM
http_test.rb (125 Bytes) http_test.rb amiklas (Andrew Miklas), 06/30/2010 05:25 PM
https_test.rb (159 Bytes) https_test.rb amiklas (Andrew Miklas), 06/30/2010 05:25 PM
Actions #1

Updated by nahi (Hiroshi Nakamura) over 13 years ago

  • Assignee set to nahi (Hiroshi Nakamura)

=begin

=end

Actions #2

Updated by nahi (Hiroshi Nakamura) over 13 years ago

=begin
Note: SSL_connect invocation is blocking for now. (JRuby-OSSL as well)
=end

Actions #3

Updated by nahi (Hiroshi Nakamura) over 13 years ago

=begin
Note: timeout for read (SSL_read) should work as you expected. Let me know if it doesn't work.
=end

Actions #4

Updated by shyouhei (Shyouhei Urabe) over 13 years ago

  • Status changed from Open to Assigned

=begin

=end

Actions #5

Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago

  • Tracker changed from Bug to Backport
  • Project changed from Ruby 1.8 to Backport187
  • Description updated (diff)
  • Status changed from Assigned to Closed
  • Target version deleted (Ruby 1.8.6)
  • ruby -v deleted (ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-darwin9.7.0])
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0