Groups | Search | Server Info | Login | Register
Groups > gnu.emacs.gnus > #7865
| From | notbora <notbora_92839283@gmail.com> |
|---|---|
| Newsgroups | gnu.emacs.gnus |
| Subject | GNUS NNTPS/TLS configuration working? |
| Date | 2025-08-29 15:12 -0400 |
| Organization | . |
| Message-ID | <87ecsu0woc.fsf@deb0> (permalink) |
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