Name
easy:SetOpt_Proxy_KeyPasswd -- get passphrase to proxy private key
Synopsis
easy:SetOpt_Proxy_KeyPasswd(pwd)
Function
This option is for connecting to an HTTPS proxy, not an HTTPS server.

Pass a string as parameter. It will be used as the password required to use the #CURLOPT_PROXY_SSLKEY private key. You never needed a pass phrase to load a certificate but you need one to load your private key.

Inputs
pwd
input value

Show TOC