mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Fix #3095: Add tls_verify and tls_cacerts to support self-signed servers
This commit is contained in:
@@ -318,6 +318,21 @@ General configuration
|
||||
|
||||
.. versionadded:: 1.3
|
||||
|
||||
.. confval:: tls_verify
|
||||
|
||||
If true, Sphinx verifies server certifications. Default is ``True``.
|
||||
|
||||
.. versionadded:: 1.5
|
||||
|
||||
.. confval:: tls_cacerts
|
||||
|
||||
A path to a certification file of CA or a path to directory which
|
||||
contains the certificates. This also allows a dictionary mapping
|
||||
hostname to the path to certificate file.
|
||||
The certificates are used to verify server certifications.
|
||||
|
||||
.. versionadded:: 1.5
|
||||
|
||||
Project information
|
||||
-------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user