Name
easy:SetOpt_Proxy_CAInfo_Blob -- proxy Certificate Authority (CA) bundle in PEM format (V2.0)
Synopsis
easy:SetOpt_Proxy_CAInfo_Blob(blob)
Function
This option is for connecting to an HTTPS proxy, not an HTTPS server.

Pass a string with binary data of PEM encoded content holding one or more certificates to verify the HTTPS proxy with.

If #CURLOPT_PROXY_SSL_VERIFYPEER is zero and you avoid verifying the server's certificate, #CURLOPT_PROXY_CAINFO_BLOB is not needed.

This option overrides #CURLOPT_PROXY_CAINFO.

Inputs
blob
input value

Show TOC