@@ -214,7 +214,7 @@ instead.
|
214 | 214 | |
215 | 215 | The *ciphers* parameter sets the available ciphers for this SSL object. |
216 | 216 | It should be a string in the `OpenSSL cipher list format |
217 | | -<https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT>`_. |
| 217 | +<https://www.openssl.org/docs/manmaster/man1/ciphers.html>`_. |
218 | 218 | |
219 | 219 | The parameter ``do_handshake_on_connect`` specifies whether to do the SSL |
220 | 220 | handshake automatically after doing a :meth:`socket.connect`, or whether the |
@@ -1170,7 +1170,7 @@ to speed up repeated connections from the same clients.
|
1170 | 1170 | |
1171 | 1171 | Set the available ciphers for sockets created with this context. |
1172 | 1172 | It should be a string in the `OpenSSL cipher list format |
1173 | | -<https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT>`_. |
| 1173 | +<https://www.openssl.org/docs/manmaster/man1/ciphers.html>`_. |
1174 | 1174 | If no cipher can be selected (because compile-time options or other |
1175 | 1175 | configuration forbids use of all the specified ciphers), an |
1176 | 1176 | :class:`SSLError` will be raised. |
|