I believe the following would be useful, as to appear like a socket or IO instance: ```ruby class OpenSSL::SSL::SSLSocket def fileno to_io.fileno end end ```