sslVerify

var sslVerify: Boolean = true

Enable TLS host and certificate verification by setting options CURLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST. Similar to -k/--insecure curl option.

Setting this to false disables TLS verification so all connections will be insecure.

While this is generally suitable for testing purpose, we do not recommend using this in production.