CURLOPT_SSL_VERIFYHOST (3) Linux Manual Page
CURLOPT_SSL_VERIFYHOST – verify the certificate’s name against host Synopsis#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSL_VERIFYHOST, long verify); DescriptionPass a long as parameter specifying what to verify. This option determines whether libcurl verifies that the server cert is for the server it is known as. When negotiating TLS and SSL connections, the server sends a certificate indicating…
