Reverted the file name change for the CA certificate bundle.

This commit is contained in:
Leon Styhre 2020-12-26 11:36:01 +01:00
parent ad5b6ea3ec
commit 94c0919f31
2 changed files with 3436 additions and 1 deletions

View file

@ -63,7 +63,7 @@ HttpReq::HttpReq(const std::string& url) : mStatus(REQ_IN_PROGRESS), mHandle(nul
// older Windows versions.
#if defined(_WIN64)
curl_easy_setopt(mHandle, CURLOPT_CAINFO, ResourceManager::getInstance()->
getResourcePath(":/certificates/cacert.pem").c_str());
getResourcePath(":/certificates/curl-ca-bundle.crt").c_str());
#endif
if (mHandle == nullptr) {

File diff suppressed because it is too large Load diff