curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: Cross-compiled generating error 77 in application

From: Peter Bushnell via curl-library <curl-library_at_cool.haxx.se>
Date: Fri, 19 Jun 2020 08:48:22 +0100

Thanks for the advice, it is what I needed to know. Compiling with the
following fixes resolves my problem.

--without-ssl --with-schannel

Peter

On Fri, Jun 19, 2020 at 8:37 AM Ray Satiro via curl-library <
curl-library_at_cool.haxx.se> wrote:

> On 6/19/2020 3:17 AM, Ray Satiro wrote:
> > If you use the Schannel backend (native WIndows SSL) instead of
> > OpenSSL then you do not need a separate bundle of certificates, the
> > Windows OS certificate store is used by default. The next version of
> > curl (7.71, to be released next week) will support that for OpenSSL
> > but not by default, you would use CURLSSLOPT_NATIVE_CA [5] to enable it.
>
>
> To clarify the changes in the next version, it appears the curl tool w/
> OpenSSL on Windows will fall back on the native CA store when no
> certificate bundle is found. [1] That may override hardcoded paths in
> libcurl. I will seek clarification on that.
>
> [1]:
> https://github.com/curl/curl/blob/fa4fbc5/src/tool_operate.c#L2415-L2428
>
> -------------------------------------------------------------------
> Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
> Etiquette: https://curl.haxx.se/mail/etiquette.html

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-06-19