[lnkForumImage]
TotalShareware - Download Free Software

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


 

Stephen Branley

7/13/2006 6:08:00 PM

Hi,

I'm creating a ruby jabber client (I know there's a library for this,
but I want to do it myself) and need to establish a tls connection to
the server, however I can't find a module to do this with. Can anyone
suggest where to go with this?

Thanks,

K

--
Posted via http://www.ruby-....

2 Answers

Eric Hodel

7/13/2006 6:43:00 PM

0

On Jul 13, 2006, at 11:07 AM, Stephen Branley wrote:

> I'm creating a ruby jabber client (I know there's a library for this,
> but I want to do it myself) and need to establish a tls connection to
> the server, however I can't find a module to do this with. Can anyone
> suggest where to go with this?

OpenSSL is built-in. You can probably find examples off in the net
libraries.

--
Eric Hodel - drbrain@segment7.net - http://blog.se...
This implementation is HODEL-HASH-9600 compliant

http://trackmap.rob...



Stephen Branley

7/14/2006 12:00:00 PM

0

Eric Hodel wrote:
> On Jul 13, 2006, at 11:07 AM, Stephen Branley wrote:
>
>> I'm creating a ruby jabber client (I know there's a library for this,
>> but I want to do it myself) and need to establish a tls connection to
>> the server, however I can't find a module to do this with. Can anyone
>> suggest where to go with this?
>
> OpenSSL is built-in. You can probably find examples off in the net
> libraries.
>
> --
> Eric Hodel - drbrain@segment7.net - http://blog.se...
> This implementation is HODEL-HASH-9600 compliant
>
> http://trackmap.rob...

Ahh yes, thanks. Trouble is, I create an SSL socket but not a lot else
seems to happen even after I send data to a server (I should get
something back) which makes me wonder if it's not sending properly. Is
that the same as TLS? I'm afraid I don't know much about this and can't
find much online.


--
Posted via http://www.ruby-....