[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnutls error
> At Mon, 08 Oct 2012 13:39:48 +0900,
> Kazuhiro Ito wrote:
> > Because --starttls option makes gnutls-cli to establish a plain
> > session, errors related certificate never occur at this step. If you
> > want to dig what happens, you need to start TLS explicitly.
> >
> > 1. After the plain session is established, send `STARTTLS' commands to
> > your SMTP server.
> >
> > STARTTLS
> >
> > 2. Send SIGALRM to gnutls-cli
> >
> > $ kill -ALRM (process id of gnults-cli)
>
> Thanks for your answer.
>
> It does seem to succeed:
Please modify starttls-extra-arguments as described in my another post
(*1).
(*1) http://thread.gmane.org/gmane.mail.wanderlust.general/5258/focus=9270
--
Kazuhiro Ito