libcURL.ProxyEngine.CA_ListFile - charonn0/RB-libcURL GitHub Wiki
libcURL.ProxyEngine.CA_ListFile
Property Declaration
Dim CA_ListFile As FolderItem
Remarks
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.
See also
- ProxyEngine.Secure
- CURLOPT_PROXY_CAINFO in the libcURL documentation.
- CURLOPT_PROXY_CAPATH in the libcURL documentation.