Im trying to implement the SSL patch/semi-patch, whatever its defined as. I found this: https://trac.cccv.de/pentabarf/browser/trunk/pentabarf/script/server?rev=2340&format=raw Ive found the same thing multiple places. I put that in script/sslserver, and run it. It looks good, you can see it gererate the SSL parts. When I go to the site running on the port its set to, I get Document contains no data. Webrick shows this error: [2005-10-13 06:02:20] INFO WEBrick::HTTPServer#start: pid=4156 port=2342 [2005-10-13 06:03:53] ERROR OpenSSL::SSL::SSLError: http request c:/ruby/lib/ruby/site_ruby/1.8/openssl/ssl.rb:80:in `accept'' Has anyone seen this error? Is there a fix? Any other solutions to the problem? Id like to use webrick with ssl for local development on sites which require ssl in areas. If anyone has this working please let me know. Joe Noon