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

SSLKeyFIle
str

The path of the key file for ssl connection.

SSLCertFile
str

The path of the cert file for ssl connection.

SSLCaCerts
str

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