From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84286 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Posting to my university's nntp server hangs Date: Thu, 06 Mar 2014 13:19:11 +0100 Message-ID: <87ob1jseo0.fsf@gnu.org> References: <87ha7dkmmx.fsf@gnu.org> <87r46gvj3o.fsf@building.gnus.org> <871tygka49.fsf@gnu.org> <87lhwotw0t.fsf@building.gnus.org> <87mwh4y0h6.fsf@gnu.org> <87ppm0qz8f.fsf@building.gnus.org> <87bnxju6ah.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1394108390 32525 80.91.229.3 (6 Mar 2014 12:19:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2014 12:19:50 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M32534@lists.math.uh.edu Thu Mar 06 13:19:59 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WLXHI-00039W-DO for ding-account@gmane.org; Thu, 06 Mar 2014 13:19:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1WLXGl-0001IG-7H; Thu, 06 Mar 2014 06:19:23 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1WLXGj-0001I6-Kk for ding@lists.math.uh.edu; Thu, 06 Mar 2014 06:19:21 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1WLXGh-0007zB-9x for ding@lists.math.uh.edu; Thu, 06 Mar 2014 06:19:21 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WLXGf-0002Um-R0; Thu, 06 Mar 2014 13:19:17 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id B275A1A851F; Thu, 6 Mar 2014 13:19:17 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7XcnM7Fod2Nc; Thu, 6 Mar 2014 13:19:17 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad-t61 (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 5D6891A851D; Thu, 6 Mar 2014 13:19:17 +0100 (CET) Mail-Followup-To: Lars Ingebrigtsen , ding@gnus.org In-Reply-To: <87bnxju6ah.fsf@gnu.org> (Tassilo Horn's message of "Thu, 06 Mar 2014 08:37:10 +0100") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84286 Archived-At: Hi Lars, here's another info. I think, I've had that problem once before and solved it by not using a secure connection to that server. At least the comment in my ~/.gnus.el seems to indicate that. --8<---------------cut here---------------start------------->8--- (add-to-list 'gnus-secondary-select-methods '(nntp "Uni" (nntp-address "news.uni-koblenz.de") ;; TODO: Why the heck do I get those endless hangs when ;; sending away messages via this account with TLS or ;; SSL?!? ;; (nntp-open-connection-function nntp-open-tls-stream) ;; (nntp-port-number 563) )) --8<---------------cut here---------------end--------------->8--- Maybe now Gnus uses a TLS stream by default, and that's why I get the issue again? Bye, Tassilo