class Excon::SSLSocket

def connect

def connect
  check_nonblock_support
  super
end