From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.help Subject: Re: Jabber problem in 26.0.50.2, STARTTLS negotiation failed Date: Sat, 29 Oct 2016 18:12:03 +0300 Message-ID: <20161029151203.GA30693@protected.rcdrun.com> References: <20161021201111.GA3800@protected.rcdrun.com> <83r378rhy5.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1477755181 32730 195.159.176.226 (29 Oct 2016 15:33:01 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 29 Oct 2016 15:33:01 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 29 17:32:57 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c0VcQ-0004Vo-1D for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Oct 2016 17:32:26 +0200 Original-Received: from localhost ([::1]:54988 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0VcS-0002Nx-Jz for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Oct 2016 11:32:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0VMu-0001Cq-9o for help-gnu-emacs@gnu.org; Sat, 29 Oct 2016 11:16:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0VMt-0004Kp-F5 for help-gnu-emacs@gnu.org; Sat, 29 Oct 2016 11:16:24 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:56712) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c0VMp-0004GD-OO; Sat, 29 Oct 2016 11:16:19 -0400 Original-Received: from protected.rcdrun.com (localhost [::1]) (AUTH: PLAIN securesender, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by stw1.rcdrun.com with ESMTPSA; Sat, 29 Oct 2016 08:16:09 -0700 id 000000000004A081.000000005814BD3A.00002D06 Original-Received: from localhost (localhost [127.0.0.1]) (uid 1001) by protected.rcdrun.com with local; Sat, 29 Oct 2016 17:12:03 +0200 id 000000000002562F.000000005814BC43.000078FA Content-Disposition: inline In-Reply-To: <83r378rhy5.fsf@gnu.org> X-Mime-Autoconverted: from 8bit to quoted-printable by courier 0.68.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 217.170.207.13 X-Mailman-Approved-At: Sat, 29 Oct 2016 11:31:31 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111632 Archived-At: I have solved this, by setting variable: (jabber-invalid-certificate-servers (quote ("example.com"))) It was not necessary in stable version, it is necessary in the development version. Jean On Sat, Oct 22, 2016 at 09:55:30AM +0300, Eli Zaretskii wrote: > > Date: Fri, 21 Oct 2016 23:11:11 +0300 > > From: bugs@gnu.support > >=20 > > I have used Emacs 25.1 without problems with the Jabber. Now I am usi= ng the > > git version of emacs 26.0.50.2, and I get sudden connection problems: > >=20 > > connection lost: =E2=80=98STARTTLS negotiation failed: Wrong type arg= ument: listp, (:hostname . t)=E2=80=99 >=20 > Please report this using "M-x report-emacs-bug RET", and please > provide with your report the full recipe for reproducing the problem > and the Lisp backtrace for the error. (You may need to set > debug-on-error to t for getting the backtrace.) >=20 > Thanks.