Path: csiph.com!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: notbora Newsgroups: gnu.emacs.gnus Subject: GNUS NNTPS/TLS configuration working? Date: Fri, 29 Aug 2025 15:12:19 -0400 Organization: . Lines: 21 Message-ID: <87ecsu0woc.fsf@deb0> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Fri, 29 Aug 2025 19:13:05 +0000 (UTC) Injection-Info: dont-email.me; posting-host="1bc0a9c0d8ece19b9ace8db979e3462e"; logging-data="2306662"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+06V6UPPWeto/dtfU67jAduNxYg68Wwbk=" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:MaCy6PXrJLIRvKOgIT4vt1/dhAc= sha1:HYG2/zW3mhCpN8vXAG35Flar590= Xref: csiph.com gnu.emacs.gnus:7865 Does anyone have GNU TLS working with Emacs 30.1 Gnus 5.13? I try this configuration, but receive an error when trying to connect via TLS that the server is down. gnus.el: (setq gnus-select-method '(nntp "news.eternal-september.org" (nntp-open-connection-function nntp-open-ssl-stream) (nttp-port-number 563) (nntp-address "news.eternal-september.org") )) .authinfo: machine news.eternal-september.org login USERNMAE password PASSWORD force yes I can connect via 'openssl s_client -showcerts -connect news.eternal-september.org:563' and see the certs ok. Thanks