mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Reverted the file name change for the CA certificate bundle.
This commit is contained in:
parent
ad5b6ea3ec
commit
94c0919f31
|
@ -63,7 +63,7 @@ HttpReq::HttpReq(const std::string& url) : mStatus(REQ_IN_PROGRESS), mHandle(nul
|
||||||
// older Windows versions.
|
// older Windows versions.
|
||||||
#if defined(_WIN64)
|
#if defined(_WIN64)
|
||||||
curl_easy_setopt(mHandle, CURLOPT_CAINFO, ResourceManager::getInstance()->
|
curl_easy_setopt(mHandle, CURLOPT_CAINFO, ResourceManager::getInstance()->
|
||||||
getResourcePath(":/certificates/cacert.pem").c_str());
|
getResourcePath(":/certificates/curl-ca-bundle.crt").c_str());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (mHandle == nullptr) {
|
if (mHandle == nullptr) {
|
||||||
|
|
3435
resources/certificates/curl-ca-bundle.crt
Normal file
3435
resources/certificates/curl-ca-bundle.crt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue