On 15.2.2011, at 10.59, Antonio Perez-Aranda wrote: > Is possible mute this error? > > 2011/2/14 Antonio Perez-Aranda <[email protected]>: >> Is normal this info/error with autosigned certs? >> >> Feb 14 20:25:47 pop3-login: Info: Disconnected (no auth >> attempts):ip=[127.0.0.1], port=[51243], protocol=pop3, TLS >> handshaking: SSL_accept() failed: error:14094418:SSL >> routines:SSL3_READ_BYTES:tlsv1 alert unknown ca: SSL alert number 48
That's not really an error.. It's a reason for why disconnection happened. Every time client gets disconnected a line such as this gets logged. So if that error was hidden, you would still get this line, just with a shorter reason for disconnection (e.g. would end with "TLS handshaking"). I don't really see a reason why the message should be made less detailed.
