Hi, 

> with a UA using SSL_connect and due to some reason if
> SSL_get_error returns 
> SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. For non
> blocking BIOs I belive the operation of
> SSL_connect with endpoint will still be going on in this case 

Try using SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY);

Mark.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to