On Tue, Dec 18, 2012 at 11:16:54PM -0500, David J. Weller-Fahy wrote:
* David J. Weller-Fahy <[email protected]> [2012-12-18 22:53
-0500]:
However, I'm now getting interesting failures (intermittent) when
using the built-in SMTP capability. Mostly involving the following
failure:
#v+
SSL failed: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
#v-
[snips]
I'll let you know if it keeps happening and if I'm able to track it
down.
Bisection complete. I show the following:
#v+
The first bad revision is:
changeset: 6229:e6b271ed1d7f
branch: HEAD
user: Michael Elkins <[email protected]>
date: Mon Dec 17 10:39:46 2012 -0800
files: configure.ac mutt_ssl.c
description:
use TLSv1.2 if available in the system OpenSSL when using starttls
#v-
I'm running 6228 now, so if you'd like me to try anything, or make this
an official bug, please let me know.
I'm working on http://dev.mutt.org/trac/ticket/3571 which is
probably affecting you as well. It seems like some TLS servers
have problems with >TLSv1.0. Will commit shortly (just working on
the corresponding GNUTLS support).