Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Gnus hangs while trying to connect to IMAP server with starttls

7 views
Skip to first unread message
Message has been deleted

Gary

unread,
Aug 16, 2012, 6:48:18 AM8/16/12
to info-gnu...@gnu.org
Okay, forget some of that. I'm an idiot. For some reason I had it in my
head I could/should use starttls, but that is not supported by the
server so I'm wrong.

Gary wrote:

> What the subject says. It works fine if I use plain text, but with
> starttls something goes badly wrong. Gnus effectively hangs (waiting for
> the starttls-cli process, I guess) until I kill the starttls-cli
> process.
>
> The relevant part of my config is
> ,----
> | (add-to-list 'gnus-secondary-select-methods
> | '(nnimap "myimap"
> | (nnimap-address "remote-server")
> | (nnimap-server-port 143)
> | (nnimap-list-pattern ("*"))
> | (nnimap-authenticator login)
> | ; this works fine btw (nnimap-stream network)
> | (nnimap-stream starttls)
> | (nnimap-authinfo-file "~/.authinfo")
> | )
> | )
> `----

Using nnimap-stream ssl results in the following

,----[ imap-log snippet ]
| depth=2 C = US, O = DigiCert Inc, OU = www.digicert.com, CN = DigiCert High Assurance EV Root CA
| verify error:num=20:unable to get local issuer certificate
| verify return:0
| * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE AUTH=PLAIN ACL ACL2=UNION] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc. See COPYING for distribution information.
| 1 NOOP
`----

What is this "local issuer certificate"? How can I get it?

--
Gary Please do NOT send me 'courtesy' replies off-list.


Marcus Harnisch

unread,
Aug 21, 2012, 7:06:12 AM8/21/12
to
Hi Gary,

You seem to be working on a Windows platform. I am having trouble to use
startls-cli, since both, the official Windows binary as well as Gnus,
seem to be rather unflexible with respect to CRLF handling -- and they
disagree in places.

I have had a brief exchange about this with Simon Josefsson either here
or on the xemacs-beta list, but I can't find the messgages ATM.

--
Marcus

0 new messages