• Martin Panter's avatar
    Issue #25940: Use self-signed.pythontest.net in SSL tests · 71202bb0
    Martin Panter yazdı
    This is instead of svn.python.org, whose certificate recently expired, and
    whose new certificate uses a different root certificate.
    
    The certificate used at the pythontest server was modifed to set the "basic
    constraints" CA flag. This flag seems to be required for test_get_ca_certs_
    capath() to work.
    
    Added the new self-signed certificate to capath with the following commands:
    
    cp Lib/test/{selfsigned_pythontestdotnet.pem,capath/}
    c_rehash -v Lib/test/capath/
    c_rehash -v -old Lib/test/capath/
    # Note the generated file names
    cp Lib/test/capath/{selfsigned_pythontestdotnet.pem,0e4015b9.0}
    mv Lib/test/capath/{selfsigned_pythontestdotnet.pem,ce7b8643.0}
    
    When attempting to connect to port 444 on the new server, the resulting error
    code is EHOSTUNREACH on Linux, and ETIMEDOUT on Windows.
    71202bb0
Adı
Son kayıt (commit)
Son güncelleme
..
TextMate/Python-Dev.tmbundle Loading commit data...
Vim Loading commit data...
ACKS Loading commit data...
BeOS-NOTES Loading commit data...
BeOS-setup.py Loading commit data...
HISTORY Loading commit data...
NEWS Loading commit data...
Porting Loading commit data...
README Loading commit data...
README.AIX Loading commit data...
README.Emacs Loading commit data...
README.OpenBSD Loading commit data...
README.coverity Loading commit data...
README.klocwork Loading commit data...
README.valgrind Loading commit data...
RFD Loading commit data...
SpecialBuilds.txt Loading commit data...
cheatsheet Loading commit data...
developers.txt Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
maintainers.rst Loading commit data...
pymemcompat.h Loading commit data...
python-config.in Loading commit data...
python-wing3.wpr Loading commit data...
python-wing4.wpr Loading commit data...
python.man Loading commit data...
python.pc.in Loading commit data...
setuid-prog.c Loading commit data...
valgrind-python.supp Loading commit data...
vgrindefs Loading commit data...