Hello everyone, I have multithreaded the Handshake of SSL by creating a thread after each connection to my server. the handshake is done on a separate thread. So there is two question poping up :
1 - How come if I connect to my server with telnet without SSL support, the socket hang indefinitely looking for a initiated handshake from the client. Is there a way to timeout blocking socket without alarm ? 2 - How come when one thread is blocked by SSL_accept, every thread are also blocked waiting for the blocking thread to timeout ? Any help would be appreciated ! We have looked everywhere for a few days, and we can't understand how fix it. Thank you all. -- View this message in context: http://old.nabble.com/SSL_accept-hanging-with-blocking-socket-tp26378118p26378118.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org