Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.emacs.gnus > #7865 > unrolled thread

GNUS NNTPS/TLS configuration working?

Started bynotbora <notbora_92839283@gmail.com>
First post2025-08-29 15:12 -0400
Last post2025-08-31 00:04 +0200
Articles 4 — 3 participants

Back to article view | Back to gnu.emacs.gnus


Contents

  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

#7865 — GNUS NNTPS/TLS configuration working?

Fromnotbora <notbora_92839283@gmail.com>
Date2025-08-29 15:12 -0400
SubjectGNUS NNTPS/TLS configuration working?
Message-ID<87ecsu0woc.fsf@deb0>
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

[toc] | [next] | [standalone]


#7866

FromMark Carroll <mtbc@ixod.org>
Date2025-08-29 20:34 +0100
Message-ID<87plcd53bz.fsf@ixod.org>
In reply to#7865
On 29 Aug 2025, notbora wrote:

> 	     (nttp-port-number 563)

Did you mean "nntp"?

-- Mark

[toc] | [prev] | [next] | [standalone]


#7867

Fromnotbora <notbora_92839283@gmail.com>
Date2025-08-29 18:27 -0400
Message-ID<87y0r1227r.fsf@deb0>
In reply to#7866
Mark Carroll <mtbc@ixod.org> writes:
> On 29 Aug 2025, notbora wrote:
>
>> 	     (nttp-port-number 563)
>
> Did you mean "nntp"?
>

That was it. Thanks!!

[toc] | [prev] | [next] | [standalone]


#7868

FromSaimon <isaconsas@gmail.com>
Date2025-08-31 00:04 +0200
Message-ID<108vsi8$2sj9c$1@dont-email.me>
In reply to#7865
notbora <notbora_92839283@gmail.com> writes:

> Does anyone have GNU TLS working with Emacs 30.1 Gnus 5.13?
>
Not the same Emacs Version (28.2) but the same gnus ver.
>
> gnus.el:
Following what's in my file for eth sept

(setq gnus-select-method '(nntp "news.eternal-september.org")) ;; if you read news groups

;; ask encryption password once
(setq epa-file-cache-passphrase-for-symmetric-encryption t)

>
> .authinfo:
> machine news.eternal-september.org login USERNMAE password PASSWORD
> force yes
Same for me
machine news.eternal-september.org login UNAME force yes password pwd

Hope it helps.

-- 
Simone
---
Newby usenet user

[toc] | [prev] | [standalone]


Back to top | Article view | gnu.emacs.gnus


csiph-web