SSLConfiguration Class
Configuration for SSL connections.
See https://requests.readthedocs.io/en/master/user/advanced/#ssl-cert-verification for more information.
- Inheritance
-
builtins.objectSSLConfiguration
Constructor
SSLConfiguration()
Variables
Name | Description |
---|---|
SSLKeyFIle
|
The path of the key file for ssl connection. |
SSLCertFile
|
The path of the cert file for ssl connection. |
SSLCaCerts
|
The path of the CA_BUNDLE file with certificates of trusted CAs. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python