azure-core
Public Attributes | List of all members
Azure::Core::Http::CurlTransportSslOptions Struct Referencefinal

The available options to set libcurl SSL options. More...

#include <curl_transport.hpp>

Public Attributes

bool EnableCertificateRevocationListCheck = false
 This option can enable the revocation list check. More...
 

Detailed Description

Remarks
The SDK will map the enum option to libcurl's specific option. See more info here: https://curl.haxx.se/libcurl/c/CURLOPT_SSL_OPTIONS.html

Member Data Documentation

◆ EnableCertificateRevocationListCheck

bool Azure::Core::Http::CurlTransportSslOptions::EnableCertificateRevocationListCheck = false
Remarks
Libcurl does revocation list check by default for SSL backends that supports this feature. However, the Azure SDK overrides libcurl's behavior and disables the revocation list check by default.

The documentation for this struct was generated from the following file: