Resource temporarily unavailable error with SSL_connect

2009-04-09 Thread Dan Maartens
Hello, I'm attempting to establish an SSL connection, where everything seems OK until SSL_connect, which returns -1. error is set to 11, and perror() gives "Resource temporarily unavailable." ERR_error_string rather useless output: error:0002:lib(0):func(0):system lib, even though both SSL_loa

Re: Resource temporarily unavailable error with SSL_connect

2009-04-10 Thread Dan Maartens
Hi David, This is on SuSE 10.3. The socket is non-blocking, for the only reason that I thought it would make debugging the problem easier. With the socket in blocking mode (which is all I need), I have the problem where SSL_connect never returns. I'm looking at errno becuase the information retur

Re: Resource temporarily unavailable error with SSL_connect

2009-04-13 Thread Dan Maartens
, I'm fairly certain it has something to do with our multithreading, but if you have any additional suggestion I'd certainly appreciate it. Dan On Fri, Apr 10, 2009 at 5:11 PM, Dave Thompson < dave.thomp...@princetonpayments.com> wrote: > > From: owner-openssl-us...@openss