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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python