Skip to content

Commit 9c5ba09

Browse files
Marcin Niemirabenjaminp
authored andcommitted
closes bpo-34050: Fix link in SSL docs (GH-8173)
1 parent 9b50a7f commit 9c5ba09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Doc/library/ssl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ to speed up repeated connections from the same clients.
16071607

16081608
Set the available ciphers for sockets created with this context.
16091609
It should be a string in the `OpenSSL cipher list format
1610-
<https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT>`_.
1610+
<https://www.openssl.org/docs/manmaster/man1/ciphers.html>`_.
16111611
If no cipher can be selected (because compile-time options or other
16121612
configuration forbids use of all the specified ciphers), an
16131613
:class:`SSLError` will be raised.

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,6 +1784,7 @@ Gordon Worley
17841784
Darren Worrall
17851785
Thomas Wouters
17861786
Daniel Wozniak
1787+
Marcin Niemira
17871788
Wei Wu
17881789
Heiko Wundram
17891790
Doug Wyatt

0 commit comments

Comments
 (0)