open_server(uri, config)
Class Public methods
Returns a DRb::DRbSSLSocket instance as a
server-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