-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ProxyEngine.CA_ListFile
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
libcURL.ProxyEngine.CA_ListFile
Dim CA_ListFile As FolderItem
Gets and sets the PEM file (or a directory of PEM files) containing one or more certificate authorities libcURL should trust to verify the proxy's SSL certificate.
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.
- ProxyEngine.Secure
- CURLOPT_PROXY_CAINFO in the libcURL documentation.
- CURLOPT_PROXY_CAPATH 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.