Skip to content

Question: CURLSSLOPT_NATIVE_CA for Download #1102

@ValdamireGido

Description

@ValdamireGido

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!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions