From: Pat Maddox Date: 2006-06-05T04:10:07+09:00 Subject: DRb over SSL I'm trying to set up DRb over SSL, following the guide at http://segment7.net/projects/ruby/drb/DRbSSL/. When I create the DRbObject though, I get the error "drbssl://localhost:1111 - #" I'm requiring drb and drb/ssl, and you can see the connection string I'm using. What's wrong with this? Pat