-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.CA_List
Andrew Lambert edited this page May 26, 2021
·
4 revisions
libcURL.EasyHandle.CA_List
Dim CA_List As MemoryBlock
Note: This feature was added in libcurl 7.77.0 and might not be available from all supported TLS backends.
Gets and sets the memoryblock containing one or more certificate authorities libcURL should trust to verify the peer with. Set this to DEFAULT_CA_INFO_PEM
to use the default CA list for Mozilla products. Set this to Nil
to unset the current list. EasyHandle.Secure must be set to True
to enable certificate verification.
This property overrides the EasyHandle.CA_ListFile if both are set.
- EasyHandle.Secure
- EasyHandle.ConnectionType
- CURLOPT_CAINFO_BLOB in the libcURL documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.