= private = protected
connect(tcp)
Connect to IO tcp, with context of the current certificate configuration
# File lib/drb/ssl.rb, line 141 def connect(tcp) ssl = ::OpenSSL::SSL::SSLSocket.new(tcp, @ssl_ctx) ssl.sync = true ssl.connect ssl end