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. |
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for Python