Skip to content

libcURL.Default_CA_File

Andrew Lambert edited this page Apr 28, 2015 · 19 revisions

#libcURL.Default_CA_File

##Method Signature

 Protected Function Default_CA_File() As FolderItem

##Return value Returns a FolderItem in the user's temporary files folder containing a list of certificate authorities.

##Notes The returned file contains the default CA list for Mozilla products. Pass the FolderItem to a cURLItem to use the CA list for all connections made through the cURLItem. SSL/TLS will not work without a CA file set.

To generate an updated Mozilla CA file use one of these two scripts:

##See also:

Clone this wiki locally