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. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python