I did this curl_easy_setopt with CURLOPT_SSLCERT_BLOB seems not to work. 58: unable to set private key file: '(memory blob)' type PEM I expected the following The key is used. curl/libcurl version 7.76.0 from today. operating system macO...
Project curl Security Advisory, July 21st 2021 - [Permalink](https://curl.se/docs/CVE-2021-22926.html) VULNERABILITY --- libcurl-using applications can ask for a specific client certificate to be used in a transfer. This is done with the `CURLOPT_SSLCERT` option (`--cert` with the com...
Here is the official documentation: https://curl.haxx.se/libcurl/c/CURLOPT_SSLCERTTYPE.html Example it currently works with specifying the curl option manually: $response = $client->post($url, [ RequestOptions::HEADERS => ['apns-topic' => $topic], RequestOptions::JSON => json_decode('{...
I did this Hello, Setting CURLSSLOPT_NATIVE_CA in curl_easy_setopt(curl_easy_init(), CURLOPT_SSL_OPTIONS, CURLSSLOPT_NATIVE_CA); causes only the first (the CA itself) to be valid for CURL, the rest of the chain including Intermediate and...