summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-06 16:20:31 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-06 16:20:31 (GMT)
commit4a6cf6c9d15a7944860349c87cdf4bbfcc4b9910 (patch)
treeb01429f42a98e64a1990a9d231cdc83c4a3b3e2b
parent036e41de5202491d90d5b409b182ba9b4afe9905 (diff)
downloadcpython-4a6cf6c9d15a7944860349c87cdf4bbfcc4b9910.zip
cpython-4a6cf6c9d15a7944860349c87cdf4bbfcc4b9910.tar.gz
cpython-4a6cf6c9d15a7944860349c87cdf4bbfcc4b9910.tar.bz2
Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache.
-rw-r--r--Doc/library/ssl.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index abb95c3..af727eb 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -1303,10 +1303,10 @@ use the ``openssl ciphers`` command on your system.
.. seealso::
Class :class:`socket.socket`
- Documentation of underlying :mod:`socket` class
+ Documentation of underlying :mod:`socket` class
- `TLS (Transport Layer Security) and SSL (Secure Socket Layer) <http://www3.rad.com/networks/applications/secure/tls.htm>`_
- Debby Koren
+ `SSL/TLS Strong Encryption: An Introduction <http://httpd.apache.org/docs/trunk/en/ssl/ssl_intro.html>`_
+ Intro from the Apache webserver documentation
`RFC 1422: Privacy Enhancement for Internet Electronic Mail: Part II: Certificate-Based Key Management <http://www.ietf.org/rfc/rfc1422>`_
Steve Kent