diff --git a/source/ClientCurl.cpp b/source/ClientCurl.cpp index ce5fc0a..62761b2 100644 --- a/source/ClientCurl.cpp +++ b/source/ClientCurl.cpp @@ -288,7 +288,7 @@ void ClientCurl::HandleInfo::configureCurlHandle() { curl_easy_setopt(handle, CURLOPT_TIMEOUT, 30); -#if __APPLE__ +#if __APPLE__ || ANDROID curl_easy_setopt(handle, CURLOPT_SSL_VERIFYPEER, false); curl_easy_setopt(handle, CURLOPT_SSL_VERIFYHOST, false); #endif