Fetchmail issue after 10.1 upgrade

Tried updating to 10.1 today. fetchmail has been working for years. After the update I see the following log messages:

Nov 29 14:55:04 localhost fetchmail[1405]: OpenSSL reported: error:0A000126:SSL routines::unexpected eof while reading
Nov 29 14:55:04 localhost fetchmail[1405]: mail.iinet.com: upgrade to TLS failed.
Nov 29 14:55:04 localhost fetchmail[1405]: Socket or TLS error on hspindel@pacifier.com@mail.iinet.com
Nov 29 14:55:04 localhost fetchmail[1405]: socket error while fetching from hspindel@pacifier.com@mail.iinet.com
Nov 29 14:55:04 localhost fetchmail[1405]: Query status=2 (SOCKET)


Rolling back to 10.0 makes the issue go away.

I could really use some help knowing where to look for this.

Good Evening,

Just tested this with my server I can not reproduce this. Looking at the error suggests the server doesn’t support the the default TLS version now being used by fetchmail. You could try specifying the tls version with sslproto in fetchmail.cf

Regards Tom.

@tjdoyle Thank you for the suggestion. I am not sure what tls version I would put in fetchmail.conf. It doesn’t have that field now.

@tjdoyle Thank you again. For anyone else reading this, putting sslproto tls1.2 in fetchmail.conf got fetchmail working again.

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.