[docs] [issue34050] Broken links to "OpenSSL cipher list format" in documentation
Roland Weber
report at bugs.python.org
Thu Jul 5 04:17:41 EDT 2018
New submission from Roland Weber <rolweber at de.ibm.com>:
The docs for SSLContext.set_ciphers [1] in Python 3 and ssl.wrap_socket [2] in Python 2 contain a link for "OpenSSL cipher list format", which points to an empty wiki page at https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT
The OpenSSL cipher list format is currently documented here instead:
https://www.openssl.org/docs/manmaster/man1/ciphers.html
[1] https://docs.python.org/3/library/ssl.html#ssl.SSLContext.set_ciphers
[2] https://docs.python.org/2/library/ssl.html#ssl.wrap_socket
----------
assignee: docs at python
components: Documentation
messages: 321085
nosy: docs at python, rolweber
priority: normal
severity: normal
status: open
title: Broken links to "OpenSSL cipher list format" in documentation
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34050>
_______________________________________
More information about the docs
mailing list