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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python