Name
easy:GetInfo_SSL_VerifyResult -- get the result of the certificate verification
Synopsis
result = easy:GetInfo_SSL_VerifyResult()
Function
Returns the result of the server SSL certificate verification that was requested (using the #CURLOPT_SSL_VERIFYPEER option.

0 is a positive result. Non-zero is an error.

Inputs
none

Results
result
output value

Show TOC