emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Network Security Manager merge time?


From: Lars Magne Ingebrigtsen
Subject: Re: Network Security Manager merge time?
Date: Wed, 19 Nov 2014 20:56:05 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.51 (gnu/linux)

Robert Pluim <address@hidden> writes:

> I don't think I'm using TLS either:
>
>  gnus-secondary-select-methods
>  '(
>    (nntp "eternal"
>        (nntp-address "news.eternal-september.org")))
>
> and my .authinfo entry specifies only nntp.

It will upgrade via STARTTLS to encrypted automatically.

> If I set nsm-security-level to 'low it all works.

Hm.  What does

(gnutls-peer-status 
  (open-network-stream
   "nntpd" (get-buffer-create "*nntp*") "news.eternal-september.org" "nntp"
   :end-of-command "^\\([2345]\\|[.]\\).*\n"
   :capability-command "HELP\r\n"
   :success "^3"
   :starttls-function
   (lambda (capabilities)
     (if (not (string-match "STARTTLS" capabilities))
         nil
       "STARTTLS\r\n"))))

evaluate to for you?  (On different security levels.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]