easy:SetOpt_Proxy_TLSAuth_Type -- get proxy TLS authentication methods
Synopsis
easy:SetOpt_Proxy_TLSAuth_Type(type)
Function
Pass a string as parameter. The string should be
the method of the TLS authentication used for the HTTPS connection. Supported
method is "SRP".
SRP
TLS-SRP authentication. Secure Remote Password authentication for TLS is
defined in RFC5054 and provides mutual authentication if both sides have a
shared secret. To use TLS-SRP, you must also get the
#CURLOPT_PROXY_TLSAUTH_USERNAME and
#CURLOPT_PROXY_TLSAUTH_PASSWORD options.