@@ -233,7 +233,7 @@ instead.
|
233 | 233 | |
234 | 234 | The *ciphers* parameter sets the available ciphers for this SSL object. |
235 | 235 | It should be a string in the `OpenSSL cipher list format |
236 | | -<https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT>`_. |
| 236 | +<https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT>`_. |
237 | 237 | |
238 | 238 | The parameter ``do_handshake_on_connect`` specifies whether to do the SSL |
239 | 239 | handshake automatically after doing a :meth:`socket.connect`, or whether the |
@@ -1465,7 +1465,7 @@ to speed up repeated connections from the same clients.
|
1465 | 1465 | |
1466 | 1466 | Set the available ciphers for sockets created with this context. |
1467 | 1467 | It should be a string in the `OpenSSL cipher list format |
1468 | | -<https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT>`_. |
| 1468 | +<https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT>`_. |
1469 | 1469 | If no cipher can be selected (because compile-time options or other |
1470 | 1470 | configuration forbids use of all the specified ciphers), an |
1471 | 1471 | :class:`SSLError` will be raised. |
|