Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b44ad1

Browse files
miss-islingtonMariatta
authored andcommitted
bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3675)
(cherry picked from commit 19e4d93)
1 parent 97be149 commit 6b44ad1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/ssl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ instead.
218218

219219
The *ciphers* parameter sets the available ciphers for this SSL object.
220220
It should be a string in the `OpenSSL cipher list format
221-
<https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT>`_.
221+
<https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT>`_.
222222

223223
The parameter ``do_handshake_on_connect`` specifies whether to do the SSL
224224
handshake automatically after doing a :meth:`socket.connect`, or whether the
@@ -1445,7 +1445,7 @@ to speed up repeated connections from the same clients.
14451445

14461446
Set the available ciphers for sockets created with this context.
14471447
It should be a string in the `OpenSSL cipher list format
1448-
<https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT>`_.
1448+
<https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT>`_.
14491449
If no cipher can be selected (because compile-time options or other
14501450
configuration forbids use of all the specified ciphers), an
14511451
:class:`SSLError` will be raised.

0 commit comments

Comments
 (0)