Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: nntp server news.gmane.org tries to use gnutls
Date: Wed, 08 May 2013 09:17:24 +0900	[thread overview]
Message-ID: <b4md2t2l3zf.fsf@jpl.org> (raw)
In-Reply-To: <8761yugywn.fsf@dod.no>

Steinar Bang wrote:
> Is there a way to switch it off?

I'm using this for months.  It seems to work but sometimes I see
gnutls.c issuing a worning (I haven't examined it yet tho).

(defadvice open-network-stream (before
				never-use-stls
				(name buffer host service &rest parameters)
				activate)
  "Never use starttls (gnutls, that issues an annoying warning)."
  (when (member name '("nntpd" "POP"))
    (setq parameters (copy-sequence parameters))
    (plist-put parameters :starttls-function nil)))



  reply	other threads:[~2013-05-08  0:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-07 11:00 nnimap unable to open server unknown service 993 Steinar Bang
2013-05-07 16:05 ` David Engster
2013-05-07 21:34   ` Steinar Bang
2013-05-07 21:42     ` nntp server news.gmane.org tries to use gnutls (Was: nnimap unable to open server unknown service 993) Steinar Bang
2013-05-07 21:53       ` nntp server news.gmane.org tries to use gnutls Adam Sjøgren
2013-05-07 23:20         ` Steinar Bang
2013-05-08  0:17           ` Katsumi Yamaoka [this message]
2013-05-08  8:44           ` Adam Sjøgren
2013-05-08 11:38             ` Steinar Bang
2013-05-08 21:19               ` Adam Sjøgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4md2t2l3zf.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).