Skip to content

libcURL.ProxyEngine.CA_List

Andrew Lambert edited this page Jan 14, 2023 · 1 revision

Property Declaration

 Dim CA_List As MemoryBlock

Remarks

Note: This feature was added in libcurl 7.77.0 and might not be available from all supported TLS backends.

Gets and sets a MemoryBlock containing one or more certificate authorities libcURL should trust to verify the peer with. Set this to DEFAULT_CA_INFO_PEM to use the default CA list for Mozilla products. Set this to Nil to unset the current list.

This property overrides the ProxyEngine.CA_ListFile property if both are set. ProxyEngine.Secure must be set to True to enable certificate verification.

If you intend to use the same CA list with multiple instances of ProxyEngine simultaneously then you ought to use same MemoryBlock reference for all instances to avoid duplicating the CA list data in memory.

See also

Clone this wiki locally