Am 2020-08-17 14:04, schrieb Roger Leigh:
I think that CURL should work just fine on Windows. The
socket/winsock options are plain sockets with no SSL support.
OK, then curl seems to be the way forward.
I did suggest a couple of months back that in the current day and age
of HTTPS everywhere
Am 2020-08-17 15:54, schrieb Boris Kolpackov:
libcurl works fine on Windows though for HTTPS support you will
also need to build OpenSSL. For example, we build Xerces-C++ with
libcurl/OpenSSL across all platforms/compilers:
https://cppget.org/?builds=libxerces-c
Thanks, it seems I just learned
Michael Behrisch writes:
> I saw that there are libcurl implementations for Windows as well:
> https://stackoverflow.com/questions/53861300/how-do-you-properly-install-libcurl-for-use-in-visual-studio-2017
> but the docs say libcurl does not work with Windows. Did nobody try yet
> or are there an
On 17/08/2020 10:22, Michael Behrisch wrote:
Hi,
we are currently using Xerces-C++ on Linux, Windows and MacOS for
parsing XML inputs and validating it against schemas. The schemas (like
https://sumo.dlr.de/xsd/routes_file.xsd) are on a public web server
which enforces https and I have some ques