From: "postmodern (Hal Brodigan)" Date: 2013-03-23T13:23:39+09:00 Subject: [ruby-core:53657] [ruby-trunk - Bug #8126] OpenSSL::SSL::SSLSocket does not define #recv and #send messages Issue #8126 has been updated by postmodern (Hal Brodigan). Here is a list of methods which are defined by TCPSocket, but not SSLSocket: * recvfrom * shutdown * getsockname * getpeername * local_address * remote_address * recv * recv_nonblock * do_not_reverse_lookup * sendmsg * sendmsg_nonblock * recvmsg * recvmsg_nonblock * connect_address ---------------------------------------- Bug #8126: OpenSSL::SSL::SSLSocket does not define #recv and #send messages https://bugs.ruby-lang.org/issues/8126#change-37837 Author: postmodern (Hal Brodigan) Status: Open Priority: Normal Assignee: MartinBosslet (Martin Bosslet) Category: lib Target version: ruby -v: ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux] OpenSSL::SSL::SSLSocket does not define #recv/#send methods and is not compatible with TCPSocket. -- http://bugs.ruby-lang.org/