Re: Building libcurl for multiple Linuxes / CA store
Scott Talbert via curl-library <[email protected]>
| Newsgroups | gmane.comp.web.curl.library |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 12 Dec 2024, Daniel Stenberg wrote: >> https://github.com/curl/curl/blob/master/lib/url.c#L438 > > This code sets the full file name to be the default CA bundle to use. The > source file found by configure or cmake. I don't think we can consider that > to be auto-detection. > > It does not set the default string if the used backend is schannel, as then > it defaults to using the system CA store. I wasn't saying that it was autodetection, but rather that it is effectively calling curl_easy_setopt(handle, CURLOPT_CAINFO, xyz) at runtime. Scott -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html