Name
easy:SetOpt_Proxy_CAPath -- specify directory holding proxy CA certificates
Synopsis
easy:SetOpt_Proxy_CAPath(capath)
Function
Pass a string naming a directory holding multiple CA certificates to verify the HTTPS proxy with. If libcurl is built against OpenSSL, the certificate directory must be prepared using the openssl c_rehash utility. This makes sense only when #CURLOPT_PROXY_SSL_VERIFYPEER is enabled (which it is by default).

Inputs
capath
input value

Show TOC