Hello,
we are currently programming on an integration of OpenSSL into our
existing Socket architecture. We have a problem with non-blocking
connections.
In our test scenario we coded a simple server and client that shall
communicate encrypted via SSL. But for now we simply use an unencrypted
"Soc
TECTED] on behalf of Scott Morgan
*Sent:* Thu 5/20/2004 7:46 AM
*To:* [EMAIL PROTECTED]
*Subject:* BIO_do_connect fails
I'm new to sockets programming and OpenSSL so I'm expecting this to be a
mistake on my part.
Most the time I'm able to setup basic SSL comms without a problem,
pr
Hi Scott,
Just curious - what book are you using?
Thanks,
Anil
From: [EMAIL PROTECTED] on behalf of Scott Morgan
Sent: Thu 5/20/2004 7:46 AM
To: [EMAIL PROTECTED]
Subject: BIO_do_connect fails
I'm new to sockets programming and OpenSSL so I'm
ated open/closing of connections
and every now and then the call to BIO_do_connect fails (returns -1).
This wouldn't be a problem, just try the connection again, but I find
that retries will fail for about the next minute, even if I restart both
the server and client apps in this test setup.
I