Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > gnu.emacs.gnus > #7865
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | notbora <notbora_92839283@gmail.com> |
| 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> (permalink) |
| 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 |
Show key headers only | View raw
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
Back to gnu.emacs.gnus | Previous | Next — Next in thread | Find similar
GNUS NNTPS/TLS configuration working? notbora <notbora_92839283@gmail.com> - 2025-08-29 15:12 -0400
Re: GNUS NNTPS/TLS configuration working? Mark Carroll <mtbc@ixod.org> - 2025-08-29 20:34 +0100
Re: GNUS NNTPS/TLS configuration working? notbora <notbora_92839283@gmail.com> - 2025-08-29 18:27 -0400
Re: GNUS NNTPS/TLS configuration working? Saimon <isaconsas@gmail.com> - 2025-08-31 00:04 +0200
csiph-web