Name
easy:SetOpt_TLSAuth_Type -- get TLS authentication methods
Synopsis
easy:SetOpt_TLSAuth_Type(type)
Function
Pass a string as parameter. The string should be the method of the TLS authentication. 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_TLSAUTH_USERNAME and #CURLOPT_TLSAUTH_PASSWORD options.

Inputs
type
input value

Show TOC