From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84323 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: Fri, 07 Mar 2014 16:43:16 +0100 Message-ID: <87r46eauaz.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> <87ob1jseo0.fsf@gnu.org> <87iorqyrqg.fsf@building.gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1394207027 4656 80.91.229.3 (7 Mar 2014 15:43:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Mar 2014 15:43:47 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M32569@lists.math.uh.edu Fri Mar 07 16:43:56 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 1WLwwB-0000B4-2G for ding-account@gmane.org; Fri, 07 Mar 2014 16:43:51 +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 1WLwvx-0000cu-RZ; Fri, 07 Mar 2014 09:43:37 -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 1WLwvv-0000cf-5p for ding@lists.math.uh.edu; Fri, 07 Mar 2014 09:43:35 -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 1WLwvq-0006ee-Ds for ding@lists.math.uh.edu; Fri, 07 Mar 2014 09:43:34 -0600 Original-Received: from out3-smtp.messagingengine.com ([66.111.4.27]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WLwvo-0006kT-KS; Fri, 07 Mar 2014 16:43:28 +0100 Original-Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id DDBBA20B93; Fri, 7 Mar 2014 10:43:24 -0500 (EST) Original-Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Fri, 07 Mar 2014 10:43:25 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=JbY5RNmF0AqkEIlQL6vBO79j6Ik=; b=LFY1EETv4PvRPIcya9GZ0CQfmCvr 0hueKGYu78mA96TG9MPK+KLFQNFQeK/OMtxza9lRp0idIXT4Pf2ktrj6f50kM8Sf rVWA9WLn8qCMMgbjvVsl+CFYA5TkeTCIe5bksmj4YUYMEuGwxfhWpf4etEsbcwEx mJwaz5mgxGDIUps= X-Sasl-enc: 1Bvo6z6Ma9ndN3H8bvKIDxwa11iJYr0Mdy1uBZwa2qcu 1394207003 Original-Received: from thinkpad-t61 (unknown [91.67.46.66]) by mail.messagingengine.com (Postfix) with ESMTPA id 70DC4680373; Fri, 7 Mar 2014 10:43:23 -0500 (EST) Mail-Followup-To: Lars Ingebrigtsen , ding@gnus.org In-Reply-To: <87iorqyrqg.fsf@building.gnus.org> (Lars Ingebrigtsen's message of "Fri, 07 Mar 2014 16:04:55 +0100") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84323 Archived-At: Lars Ingebrigtsen writes: >> 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. >> (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) >> )) >> Maybe now Gnus uses a TLS stream by default, and that's why I get the >> issue again? > > Sounds like the NNTP server in question does something weird when > you're using TLS. Perhaps it's not flushing the output correctly or > something? Might be. Then I'll contact our datacenter. The Inn version they are using is pretty outdated anyway. Bye, Tassilo