Re: IO::Socket::SSL and event.pm

2001-11-15 Thread Jochen Stenzel
Hello, Uri, > has anyone gotten IO::Socket::SSL to work under event.pm? yes, we're running server and clients on base of this combination for years. Here is the clients (simplified) init sequence: # make the underlaying Net::SSLeay module quiet $Net::SSLeay::trace=0; # load the SSL m

Re: IO::Socket::SSL and event.pm

2001-11-13 Thread pcg
On Thu, Nov 08, 2001 at 10:16:04PM -0500, Uri Guttman <[EMAIL PROTECTED]> wrote: > has anyone gotten IO::Socket::SSL to work under event.pm? i wrote a I am moderately (60% ;) sure that it's impossible since neither ssleay nor openssl support (working, as opposed to having an api) non-blocking mod