]> granicus.if.org Git - python/commitdiff
Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache.
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 16:20:31 +0000 (18:20 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 16:20:31 +0000 (18:20 +0200)
Doc/library/ssl.rst

index 01072c458bb8b531b311055b7ab34114710a7f32..550c249894ad1d388c74143ad226db999df664d8 100644 (file)
@@ -641,10 +641,10 @@ And go back to listening for new client connections.
 .. 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