From 8d678067cb7f3fd8e1597f71be5c5bb0e77f9b0c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 14 Oct 2017 17:55:42 +0200 Subject: [PATCH] [Gnus] news.eternal-september.org seems to work now with TLS --- gnus | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gnus b/gnus index f8b29ad..f379906 100644 --- a/gnus +++ b/gnus @@ -41,10 +41,8 @@ (setq gnus-select-method '(nnnil "") gnus-secondary-select-methods `((nntp "etsep" - ;; TLS connection works, but credentials do not seem to be - ;; transferred correctly: the list of groups is not complete - ;; (nntp-open-connection-function nntp-open-tls-stream) - ;; (nntp-port-number 563) + (nntp-open-connection-function nntp-open-tls-stream) + (nntp-port-number 563) (nntp-address "news.eternal-september.org")) (nntp "gmane" (nntp-open-connection-function nntp-open-tls-stream)