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@cool.haxx.se> wrote:
> On 6/19/2020 3:17 AM, Ray Satiro wrote:
> > If you us
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 tha
On 6/18/2020 1:27 PM, Peter Bushnell via curl-library wrote:
Have added curl source to build a statically compiled libcurl.a to a
multi-platform application which cross-compiles binaries for on Linux
for Windows and Mac. The application on Linux and Mac work as
expected, but when calling curl_e