Title: Non-blocking Soccket openssl connection fail

Please help. I am writing Client-Server program.

My server is listened blocking socket, waiting for client to connect. First,  my client is blocking socket. Everything looks good. Client is happy with Server's certificate. All communication is back-forth is good.

 Then I change client socket to Non-Blocking socket( using select(), EIGPROGRESS….), SSL_accept() is fail for verification. No-op all of the SSL stuff, every connection is good. So I know for sure I have problem with Non-blocking connection using openssl. Is there a problem for None-Blocking socket connection for openssl ??


TD

Reply via email to