From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38646 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: improvement -- imaps Date: Thu, 6 Sep 2001 22:18:28 +0200 (CEST) Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035174475 23575 80.91.224.250 (21 Oct 2002 04:27:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:27:55 +0000 (UTC) Cc: Return-Path: Return-Path: Original-Received: (qmail 13962 invoked from network); 6 Sep 2001 20:18:40 -0000 Original-Received: from slipsten.extundo.com (195.42.214.241) by gnus.org with SMTP; 6 Sep 2001 20:18:40 -0000 Original-Received: from localhost (jas@localhost) by slipsten.extundo.com (8.11.2/8.11.2) with ESMTP id f86KITx31714; Thu, 6 Sep 2001 22:18:29 +0200 X-Authentication-Warning: slipsten.extundo.com: jas owned process doing -bs Original-To: Amos Gouaux In-Reply-To: Original-Lines: 24 Xref: main.gmane.org gmane.emacs.gnus.general:38646 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38646 On Thu, 6 Sep 2001, Amos Gouaux wrote: > Sending...done > Couldn't store article in group nnimap+inbox:sent-mail-2001-09: nil > Garbage: RENEGOTIATING > depth=1 /C=US/O=RSA Data Security, Inc./OU=Secure Server Certification Authority > verify error:num=19:self signed certificate in certificate chain > verify return:0 > 5064 NO System I/O error > nnimap: Updating info for nnimap+inbox:sent-mail-2001-09...done > nnimap: Updating info for nnimap+inbox:sent-mail-2001-09... > 221 Bye Hm, I thought the -quiet option to OpenSSL would stop the stupid RENEGOTIATING stuff (OpenSSL `s_client' renegotiates the TLS cipher suite or something when a "R" is sent as the first character on a line, I believe). Did you manually override the `imap-ssl-program' variable somehow? Invoking external binaries for security stuff suck, in theory someone could add TLS, Kerberos etc capabilities to Emacs. I've started a project at but unfortunately I can't seem to bring myself to work more than 24 hours a day ...