Hello Andi,

On Sunday, October 13, 2002, 10:47:53 PM, you wrote:

> Hallo Robert,

> Occurs if  SSL_read in  openssl_read failed.

> Is a firewall between?
> Open WAN or LAN?
> Is the Mail  Client configured for tls, ssl?
> SSH  from this Client is working?

nothing is blocking the connection and the mail client is TSL/SSL
aware. Everything worked before the update to OpenSSL 0.9.6g. The
error of v4.0.5b1 below corresponds to v4.0.4's error

SSL_get_error says SSL_ERROR_SYSCALL (5) [pop_tls_openssl.c:587]
I/O Error [pop_tls_openssl.c:635]
(...)
SSL_get_error says SSL_ERROR_SYSCALL (5) [pop_tls_openssl.c:767]

The first 2 errors are called from pop_tls_openssl.c's openssl_read
function. The latter is described as follows in the C source:

        /* Some I/O error occurred.  The OpenSSL error queue may contain
           more information on the error.  If the error queue is empty
           (i.e., ERR_get_error() returns 0), ret can be used to find out
           more about the error: If ret == 0, an EOF was observed that
           violates the protocol.  If ret == -1, the underlying BIO
           reported an I/O error (for socket I/O on Unix systems, consult
           errno for details). */

Hm, which could have caused this error?

best,
rob.

Reply via email to