diff options
| author | Sanyam Khurana <8039608+CuriousLearner@users.noreply.github.com> | 2017-12-06 22:09:33 +0530 |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2017-12-06 17:39:33 +0100 |
| commit | 1b4587a2462fc05a14be87123083322103a1f55b (patch) | |
| tree | c89b0a1f6455ad4fbb7daed04576ff450cd5941f /Doc/library/ssl.rst | |
| parent | 6bf992a1ac6f3f4d0f83ead9c6403a76afdbe6eb (diff) | |
| download | cpython-git-1b4587a2462fc05a14be87123083322103a1f55b.tar.gz | |
bpo-25910: Fixes redirection from http to https (#4674)
Diffstat (limited to 'Doc/library/ssl.rst')
| -rw-r--r-- | Doc/library/ssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 45bb65ff07..6122af18ed 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1590,7 +1590,7 @@ to speed up repeated connections from the same clients. .. versionadded:: 3.3 .. seealso:: - `SSL/TLS & Perfect Forward Secrecy <http://vincent.bernat.im/en/blog/2011-ssl-perfect-forward-secrecy.html>`_ + `SSL/TLS & Perfect Forward Secrecy <https://vincent.bernat.im/en/blog/2011-ssl-perfect-forward-secrecy>`_ Vincent Bernat. .. method:: SSLContext.wrap_socket(sock, server_side=False, \ |
