We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a40b1 commit 9cce3acCopy full SHA for 9cce3ac
doc/libfbdoc/CHttpStream.bas
@@ -164,6 +164,8 @@ namespace fb
164
165
if( ca_file ) then
166
ret = curl_easy_setopt( curl, CURLOPT_CAINFO, ca_file )
167
+ else
168
+ curl_easy_setopt( curl, CURLOPT_SSL_OPTIONS, CURLSSLOPT_NATIVE_CA )
169
end if
170
171
'' This option should not be needed. It wasn't in earlier version
@@ -302,6 +304,8 @@ namespace fb
302
304
303
305
306
curl_easy_setopt( curl, CURLOPT_CAINFO, ca_file )
307
308
309
310
311
ret = curl_easy_perform( curl )
0 commit comments