On Thu, 26 Oct 2017, Andrew Gale wrote:

When making a POST request as follows, every certificate in the cacert.pem bundle is output before the response:

...

Could this be caused by the server instead of libcurl?

Curious!

I'd blame the SSL library. That's the only component involved that actually knows of the entire CA cert bundle. libcurl lets the SSL library deal with it and never gets to know the entire thing, and the server is completely in the dark as it only sends its own certificate(s) in the handshake.

--

 / daniel.haxx.se
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to