Venugopal Panchamukhi <[EMAIL PROTECTED]> writes: > I've modified the client code in such a way that reading and writing > is done in a single thread. But my basic problem was not cleared. When > i'm calling select() it is returning the read condition after which the > read_SSL() method is returning value 0. When i tried to find out the > error using SSL_get_error() it is giving me SSL_ERROR_SYSCALL. The man > pages have given that "EOF has occured and it is a violation of the > protocol." > Any help on this is greatly appreciated. Is this happening at the end of the connection or in the middle. If at the end, that's pretty normal and you've probably just got a noncompliant server which doesn't send a close_notify.
If in the middle something else is wrong. Do you have an ssldump of the connection? -Ekr ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]