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('{...