Name
easy:SetOpt_CertInfo -- request SSL certificate information
Synopsis
easy:SetOpt_CertInfo(certinfo)
Function
Pass a value get to 1 to enable libcurl's certificate chain info gatherer. With this enabled, libcurl will extract lots of information and data about the certificates in the certificate chain used in the SSL connection. This data may then be retrieved after a transfer using easy:GetInfo() and its option #CURLINFO_CERTINFO.

Inputs
certinfo
input value

Show TOC