Hi, I plan to use libcurl to do some HTTPS-POST-requests. The funny thing: the host I want to access does not come with a certificate that is signed by one of the common authorities that are available on all operating systems, so the request should fail.
But I could provide the related root-certificate during the request. So: how can this be done using libcurl? How should code for a HTTPS-POST-request look like when a custom root-certificate is used? Thanks! ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
