Skip to content

Commit a912305

Browse files
miss-islingtonMarcin Niemira
andauthored
closes bpo-34050: Fix link in SSL docs (GH-8173)
(cherry picked from commit 9c5ba09) Co-authored-by: Marcin Niemira <[email protected]>
1 parent 6d16a91 commit a912305

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
@@ -1775,6 +1775,7 @@ Gordon Worley
17751775
Darren Worrall
17761776
Thomas Wouters
17771777
Daniel Wozniak
1778+
Marcin Niemira
17781779
Wei Wu
17791780
Heiko Wundram
17801781
Doug Wyatt

0 commit comments

Comments
 (0)