Is there a reason why prepareCommonDownload does not set CURLSSLOPT_NATIVE_CA? This leads to SSL verification error when downloading, but when doing regular get, it works fine.
I was able to solve this by adding:
curl_easy_setopt(session.GetCurlHolder()->handle, CURLOPT_SSL_OPTIONS, CURLSSLOPT_NATIVE_CA);
but am curious if there is a particular reason for this.
Version 1.10.4
Regards!