From: yermej Date: 2011-05-07T05:00:30+09:00 Subject: Re: Documentation about ruby-openssl On Thursday, May 5, 2011 3:22:21 AM UTC-5, Brian Candler wrote: > "Iņaki Baz Castillo" wrote in post #996577: > > Hi, is there somewhere good documentation about ruby-openssl API? or > > any good tutorial? The RDOC is hard to read: > > > > http://www.ruby-doc.org/stdlib/libdoc/openssl/rdoc/index.html > > Probably best just to look at some code which uses it. Net::HTTPS would > be a good start for a TLS client. For TLS server, I did some > reverse-engineering to build ruby-ldapserver, and now I use that as my > reference implementation :-) There are also several examples included with the Ruby source. Look in sample/openssl.