summaryrefslogtreecommitdiffstats
path: root/Doc/library/ssl.rst
diff options
context:
space:
mode:
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>2024-09-17 15:05:15 (GMT)
committerGitHub <noreply@github.com>2024-09-17 15:05:15 (GMT)
commitab80c6b402eeec379315fa3df111f6bec2de6900 (patch)
tree474c8635cfcc5e13e318315ab26ac068a272fce6 /Doc/library/ssl.rst
parent98f93a32f395cc75dd30f95428e28b10442b4344 (diff)
downloadcpython-ab80c6b402eeec379315fa3df111f6bec2de6900.zip
cpython-ab80c6b402eeec379315fa3df111f6bec2de6900.tar.gz
cpython-ab80c6b402eeec379315fa3df111f6bec2de6900.tar.bz2
GH-103484: Fix broken links reported by linkcheck (#124169)
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r--Doc/library/ssl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 64ff9a4..b7fb1fc 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -2759,7 +2759,7 @@ enabled when negotiating a SSL session is possible through the
:meth:`SSLContext.set_ciphers` method. Starting from Python 3.2.3, the
ssl module disables certain weak ciphers by default, but you may want
to further restrict the cipher choice. Be sure to read OpenSSL's documentation
-about the `cipher list format <https://www.openssl.org/docs/man1.1.1/man1/ciphers.html#CIPHER-LIST-FORMAT>`_.
+about the `cipher list format <https://docs.openssl.org/1.1.1/man1/ciphers/#cipher-list-format>`_.
If you want to check which ciphers are enabled by a given cipher list, use
:meth:`SSLContext.get_ciphers` or the ``openssl ciphers`` command on your
system.