We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682b861 commit 870a8b5Copy full SHA for 870a8b5
docs/source/api.rst
@@ -318,7 +318,12 @@ This setting does not have any effect if ``encrypted`` is set to ``False``.
318
---------------
319
Specify a custom SSL context to use for wrapping connections.
320
321
-If give, ``encrypted`` and ``trusted_certificates`` have no effect.
+If given, ``encrypted`` and ``trusted_certificates`` have no effect.
322
+
323
+.. warning::
324
+ This option may compromise your application's security if used improperly.
325
326
+ Its usage is strongly discouraged and comes without any guarantees.
327
328
:Type: :class:`ssl.SSLContext` or :const:`None`
329
:Default: :const:`None`
0 commit comments