Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,12 @@ This setting does not have any effect if ``encrypted`` is set to ``False``.
---------------
Specify a custom SSL context to use for wrapping connections.

If give, ``encrypted`` and ``trusted_certificates`` have no effect.
If given, ``encrypted`` and ``trusted_certificates`` have no effect.

.. warning::
This option may compromise your application's security if used improperly.

Its usage is strongly discouraged and comes without any guarantees.

:Type: :class:`ssl.SSLContext` or :const:`None`
:Default: :const:`None`
Expand Down