-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ProxyEngine.CA_List
libcURL.ProxyEngine.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 a 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.
This property overrides the ProxyEngine.CA_ListFile property if both are set. ProxyEngine.Secure must be set to True
to enable certificate verification.
If you intend to use the same CA list with multiple instances of ProxyEngine
simultaneously then you ought to use same MemoryBlock
reference for all instances to avoid duplicating the CA list data in memory.
- CURLOPT_PROXY_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.