|
|
@@ -308,7 +308,7 @@ void WebRequest::setup(asio::io_service *service, CURLM *curlm)
|
|
|
is_->error[0] = '\0';
|
|
|
|
|
|
// This line will eventually go away with a CA bundle in place, or other TLS options.
|
|
|
- curl_easy_setopt(is_->curl, CURLOPT_SSL_VERIFYPEER, FALSE);
|
|
|
+ curl_easy_setopt(is_->curl, CURLOPT_SSL_VERIFYPEER, 0);
|
|
|
|
|
|
curl_easy_setopt(is_->curl, CURLOPT_URL, is_->url.CString());
|
|
|
|