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 -
#<OpenSSL::SSL::SSLError: unknown protocol>"

I'm requiring drb and drb/ssl, and you can see the connection string
I'm using.  What's wrong with this?

Pat