[Python-checkins] cpython (2.7): Issue #21043 - Remove CACert.org from the recommendations

donald.stufft python-checkins at python.org
Tue Mar 25 00:49:57 CET 2014


http://hg.python.org/cpython/rev/7ef262eafecd
changeset:   89955:7ef262eafecd
branch:      2.7
parent:      89885:babb9479b79f
user:        Donald Stufft <donald at stufft.io>
date:        Mon Mar 24 19:49:42 2014 -0400
summary:
  Issue #21043 - Remove CACert.org from the recommendations

files:
  Doc/library/ssl.rst |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -490,8 +490,7 @@
 chain it finds in the file which matches.
 
 Some "standard" root certificates are available from various certification
-authorities: `CACert.org <http://www.cacert.org/index.php?id=3>`_, `Thawte
-<http://www.thawte.com/roots/>`_, `Verisign
+authorities: `Thawte <http://www.thawte.com/roots/>`_, `Verisign
 <http://www.verisign.com/support/roots.html>`_, `Positive SSL
 <http://www.PositiveSSL.com/ssl-certificate-support/cert_installation/UTN-USERFirst-Hardware.crt>`_
 (used by python.org), `Equifax and GeoTrust

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list