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
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