[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Getting started with SSL and Ruby

Jano Svitok

2/1/2007 7:06:00 PM

On 2/1/07, Jake Cutter <cutter38@gmail.com> wrote:
> Guys,
>
> I'd like to learn more about programming with SSL and Ruby, but the only
> docs I've found so far are the API docs for the openssl lib, and they're
> unfortunately not much help. Could anyone offer suggestions or links that
> might get me started? I understand SSL from a conceptual level, but have
> never tried to do it programatically.

Have a look at webrick sources. It supports SSL so somewhere deep
inside you'll find it ;-)