------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=995
Summary: openssl: output error message if SSL_read() fails
Product: Exim
Version: 4.71
Platform: All
OS/Version: All
Status: NEW
Severity: bug
Priority: medium
Component: TLS
AssignedTo: nigel@???
ReportedBy: bugzilla.exim.simon@???
CC: exim-dev@???
There is no indication of why a client connected with SSL has been disconnected
when SSL_read() fails:
2010-06-03 12:05:54 SMTP connection from [212.183.140.29]:18604 (TCP/IP
connection count = 1)
2010-06-03 12:05:55 ident connection to 212.183.140.29 timed out
2010-06-03 12:05:55 no host name found for IP address 212.183.140.29
2010-06-03 12:06:07 SMTP connection from (Moto-A760) [212.183.140.29]:18604
lost while reading message data (header)
Handling SSL_ERROR_SSL in tls_getc(), similar to tls_write(), would include the
following error message: "error:1408F0C6:SSL routines:SSL3_GET_RECORD:packet
length too long".
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email