On Wed, 21 Feb 2001 09:13, Brendan Cully wrote:
> On Wednesday, 21 February 2001 at 08:39, Jeff Turner wrote:
> > Here's my ~/.muttdebug0. Mutt is doing a STARTTLS command and then dying.
>
> ok. I should look into getting better error messages out of the SSL
> library - probably it's a protocol mismatch (mutt requires TLSv1 for
> TLS, your server may only be capable of SSLv2). Try adding the
> following to your .muttrc:
>
> set ssl_starttls=no
Excellent! That did the trick, thanks :)
--Jeff
PS: CVS is up again.
> and see if you get further along.
>
> -Brendan
>
> PS I just tried using cyrus' imtest program to connect to your
> mailserver, and it bombed out too. I'd suspect a bad SSL install...