sslVerify
Enables TLS host and certificate verification by setting the CURLOPT_SSL_VERIFYPEER
and CURLOPT_SSL_VERIFYHOST
options. Similar to -k/--insecure
curl option.
Setting this property to false
is recommended only for testing purposes.