* effect: If false, don't check that the name of the remote server is the same than in the SSL certificate.
* default: true (i.e. check host name).
* note: It's generally a bad idea to disable this verification. However some servers are badly configured. See [here](https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYHOST.html) for the corresponding cURL option.
* effect: If false, don't check the authenticity of the peer's certificate.
* default: true (i.e. check authenticity).
* note: It's generally a bad idea to disable this verification. However some servers are badly configured. See [here](https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYPEER.html) for the corresponding cURL option.