add option to disable pyOpenSSL usage (#508)

(pyOpenSSL is now disabled by default)
This commit is contained in:
Mike Fährmann
2019-12-08 21:21:00 +01:00
parent 5eb89b2289
commit 15f9bb3d14
3 changed files with 26 additions and 10 deletions

View File

@@ -1683,6 +1683,16 @@ Description * ``true``: Update urllib3's default cipher list
=========== =====
pyopenssl
---------
=========== =====
Type ``bool``
Default ``false``
Description Use `pyOpenSSL <https://www.pyopenssl.org/en/stable/>`__-backed
SSL-support.
=========== =====
API Tokens & IDs
================