Dela via


SSLConfiguration Class

Configuration for SSL connections.

See https://requests.readthedocs.io/en/master/user/advanced/#ssl-cert-verification for more information.

Inheritance
builtins.object
SSLConfiguration

Constructor

SSLConfiguration()

Variables

Name Description
SSLKeyFIle
str or

The path of the key file for ssl connection.

SSLCertFile
str or

The path of the cert file for ssl connection.

SSLCaCerts
str or bool or

The path of the CA_BUNDLE file with certificates of trusted CAs.