I'm getting an intermittent error when sending data via SSL_write.
The call returns -1, which translates via SSL_get_error to 5 (SSL_ERROR_SYSCALL, suggesting a problem at the BIO level of the connection) however the error stack is empty so I'm stuck at how to find out what's gone wrong.


The connection stays up until closed in the normal way but no more data can be transmitted through it from that point on which makes things rather awkward to automaticly clean up.

Can anybody point me in the right direction to diagnose this problem or counteract it?

System: WinXP Pro, MSVC++ .NET (7.1)

Scott Morgan

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

Reply via email to