X-Git-Url: https://git.stg.codes/ssmd.git/blobdiff_plain/43b2d3407a1fb675f860b0af9f9f97c76b3c2550..0bfa03722f65de7d08bfb8665054bff68e25ea20:/src/syncer.cpp diff --git a/src/syncer.cpp b/src/syncer.cpp index b8a22b2..fefd843 100644 --- a/src/syncer.cpp +++ b/src/syncer.cpp @@ -166,6 +166,7 @@ bool Syncer::getDBData(std::string & data) const if (handle) { char errorBuffer[CURL_ERROR_SIZE]; curl_easy_setopt(handle, CURLOPT_SSL_VERIFYPEER, 0); // Accept self-signed certs + curl_easy_setopt(handle, CURLOPT_SSL_VERIFYHOST, 0); // Accept certs for wrong hosts curl_easy_setopt(handle, CURLOPT_LOW_SPEED_LIMIT, 1); // Less than 1 bps curl_easy_setopt(handle, CURLOPT_LOW_SPEED_TIME, 60); // During 60 secs curl_easy_setopt(handle, CURLOPT_URL, _settingsParser.settings().dataURL().c_str()); // Our URL