Issue 1051: certificate in Lib/test/test_ssl.py expires in February 2013 (original) (raw)

Issue1051

Created on 2007-08-29 00:39 by janssen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg55393 - (view) Author: Bill Janssen (janssen) * (Python committer) Date: 2007-08-29 00:39
Just a note that the certificate in Lib/test/test_ssl.py will expire in February of 2013 and have to be re-made.
msg87789 - (view) Author: Daniel Diniz (ajaksu2) * (Python triager) Date: 2009-05-15 01:57
Maybe this should be added to a PEP? IMO it would be better if the a new certificate could be issued soon enough so that test_ssl in any given version works at least until that version stops being supported.
msg112226 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-07-31 23:27
test_ssl.py should probably have options, when invoked directly, to produce the certificates used for testing.
msg118234 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-10-08 23:08
Cert generation script committed in r85327.
History
Date User Action Args
2022-04-11 14:56:26 admin set github: 45392
2010-10-08 23:08:27 pitrou set status: open -> closedresolution: fixedmessages: + stage: resolved
2010-07-31 23:27:55 pitrou set messages: + versions: + Python 3.2, - Python 2.6, Python 3.0
2010-07-31 23:16:22 eric.araujo set nosy: + pitrou
2009-05-15 01:57:56 ajaksu2 set nosy: + ajaksu2messages: +
2007-08-29 00:39:36 janssen create