GNU bug report logs -
#19583
nntp-open-server: wrong buffer for nnoo-change-server; breaks url-news
Previous Next
Reported by: Ivan Shmakov <ivan <at> siamics.net>
Date: Tue, 13 Jan 2015 16:13:01 UTC
Severity: normal
Tags: patch
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
>>>>> Lars Ingebrigtsen <larsi <at> gnus.org> writes:
>>>>> Ivan Shmakov <ivan <at> siamics.net> writes:
>> That’s simple: the TLS stuff there is ought to reject self-signed
>> certificates outright, and news.gmane.org just happens to use one.
> No certificates are rejected; they're normally all prompted for by
> the network security manager. So the question is why that isn't
> happening here, if indeed that's the problem.
It seems so; cf.:
(with-temp-buffer
(kill-buffer " *nntpd*")
(setq nntp-open-connection-function 'nntp-open-plain-stream)
(nntp-open-server "news.gmane.org"
'((nntp-port-number 119))))
#<process nntpd>
(with-temp-buffer
(kill-buffer " *nntpd*")
(setq nntp-open-connection-function 'nntp-open-network-stream)
(nntp-open-server "news.gmane.org"
'((nntp-port-number 119))))
nil
--
FSF associate member #7257 np. The Talisman — Iron Maiden … B6A0 230E 334A
This bug report was last modified 8 years and 115 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.