Strange OpenSSL error when my server accepts a new OpenSSL connection while existing ones are active

2013-10-09 Thread jeremyf
Hi all, I'm working on adding OpenSSL support to my server program, and generally it's working pretty well, but I have come across a problem. First, some background: The server is single-threaded and uses non-blocking I/O and a select() loop to handle multiple clients simultaneously. The serv

Strange OpenSSL error when my server accepts a new OpenSSL connection while existing ones are active

2013-10-09 Thread jeremyf
Hi all, I'm working on adding OpenSSL support to my server program, and generally it's working pretty well, but I have come across a problem. First, some background: The server is single-threaded and uses non-blocking I/O and a select() loop to handle multiple clients simultaneously. The serv