BIO_do_connect fails. Usage of socket, BIO socket and non-blocking I/O.

2008-05-29 Thread Konrad Kleine
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

Re: BIO_do_connect fails

2004-05-20 Thread Scott Morgan
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

RE: BIO_do_connect fails

2004-05-20 Thread Anil Punjabi
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

BIO_do_connect fails

2004-05-20 Thread Scott Morgan
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