-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.CA_ListFile
Andrew Lambert edited this page Jun 12, 2015
·
14 revisions
#libcURL.EasyHandle.CA_ListFile
##Property Declaration
Dim CA_ListFile As FolderItem##Notes Gets and sets the PEM file (or a directory of PEM files) containing one or more certificate authorities libcURL should trust to verify the peer with.
Set this to libcURL.Default_CA_File to use the default CA list for Mozilla products. Set this to Nil to unset the current file/folder.
##See also
- EasyHandle.Secure
- CURLOPT_CAINFO in the libcURL documentation.
- CURLOPT_CAPATH in the libcURL documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.