-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.Default_CA_File
Andrew Lambert edited this page Nov 27, 2024
·
19 revisions
libcURL.Default_CA_File
Protected Function Default_CA_File() As FolderItem
A FolderItem referencing a file in the user's temporary files folder which contains a default list of trusted certificate authorities. This file will be automatically deleted when (and if) the application quits gracefully.
The returned file contains the default CA list for Mozilla products. Pass the FolderItem to an EasyHandle to use the CA list for all connections made through the EasyHandle.
To generate an updated Mozilla CA file use one of these two scripts:
The default CA file is subject to the terms of the Mozilla Public License 2.0
Dim curl As New libcURL.EasyHandle
curl.CA_ListFile = libcURL.Default_CA_File
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.