[Python-Dev] [Python-checkins] r86441 - python/branches/py3k/Lib/test/test_nntplib.py (original) (raw)
Terry Reedy tjreedy at udel.edu
Sat Nov 13 19:40:54 CET 2010
- Previous message: [Python-Dev] [Python-checkins] r86441 - python/branches/py3k/Lib/test/test_nntplib.py
- Next message: [Python-Dev] [Python-checkins] r86441 - python/branches/py3k/Lib/test/test_nntplib.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 11/13/2010 7:08 AM, Antoine Pitrou wrote:
On Fri, 12 Nov 2010 20:31:49 -0500 Terry Reedy<tjreedy at udel.edu> wrote:
class NetworkedNNTPSSLTests(NetworkedNNTPTestsMixin, unittest.TestCase): - NNTPHOST = 'snews.gmane.org' - GROUPNAME = 'gmane.comp.python.devel' - GROUPPAT = 'gmane.comp.python.d*' gmane is most problematical on weekends. Well we've had buildbot failures in the middle of the week.
Why I did not say 'only' ;-).
+ NNTPHOST = 'nntp.aioe.org' + GROUPNAME = 'comp.lang.python' + GROUPPAT = 'comp.lang.*'
aioe went away for several months a couple of years ago or so. Let us hope it stays up for awhile now. The ssl connection currently does not work (expired certificate).
More specifically, if, with Thunderbird, I turn on SSL/TLS, (which switches from port 119 to 563), I get invalid certificate message - good for aioe.org, news.aioe,org, but not nntp.aioe.org. I believe SSL worked before the hiatus so it might be an oversight in restarting.
Funny, it shows that the NNTP SSL tests don't check the certificate, then.
Or not thoroughly.
-- Terry Jan Reedy
- Previous message: [Python-Dev] [Python-checkins] r86441 - python/branches/py3k/Lib/test/test_nntplib.py
- Next message: [Python-Dev] [Python-checkins] r86441 - python/branches/py3k/Lib/test/test_nntplib.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]