open(uri, config)
Class Public methods
Return an DRb::DRbSSLSocket instance as a client-side connection, with the SSL connected. This is called from DRb.start_service or while connecting to a remote object:
DRb.start_service 'drbssl://localhost:0', front, config
uri
is the URI we are connected to,
'drbssl://localhost:0'
above, config
is
our configuration. Either a Hash or DRb::DRbSSLSocket::SSLConfig
Please login to continue.