support using system certificates via 'truststore' (#6582)
https://github.com/mikf/gallery-dl/issues/6582#issuecomment-2989290495
This commit is contained in:
@@ -1238,6 +1238,22 @@ Description
|
||||
|requests.request()|_ method.
|
||||
|
||||
|
||||
extractor.*.truststore
|
||||
----------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``false``
|
||||
Description
|
||||
| Use a
|
||||
`truststore <https://truststore.readthedocs.io/en/latest/>`__
|
||||
``SSLContext`` for verifying SSL/TLS certificates
|
||||
| to make use of your system's native certificate stores
|
||||
instead of relying on
|
||||
`certifi <https://pypi.org/project/certifi/>`__
|
||||
certificates.
|
||||
|
||||
|
||||
extractor.*.download
|
||||
--------------------
|
||||
Type
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"retry-codes" : [],
|
||||
"timeout" : 30.0,
|
||||
"verify" : true,
|
||||
"truststore" : false,
|
||||
"download" : true,
|
||||
"fallback" : true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user