From: Erick Cantwell Date: 2009-03-16T12:24:12+09:00 Subject: Re: SSLServer crashes when non-essl telnet connection is made I apologize that I did not include this in my last reply. Here is how I am generating the certificates: openssl genrsa 1024 > ./blah.key (as stated I have tried this with 512, 1024, and 2048 bit). openssl req -new -x509 -key ./blah.key -out ./blah.crt -days 1095 Thank you, Erick Cantwell -- Posted via http://www.ruby-forum.com/.