Kong / Kong/unirest-php

Request support for client side SSL certificates

Open
#116 4 comments 2 reactions 1 assignee Claimed by @ahmadnassri View on GitHub
Dominant language
PHP
Stars
1.3k
Forks
317
PR merge metrics
No merged PRs in 30d

Description

I am requesting support for client side SSL support.

Consider this code in PHP/cURL fragment:

``` php
curl_setopt($curl, CURLOPT_CAINFO, 'someCertificateCA.pem');
curl_setopt($curl, CURLOPT_SSLCERT, 'someClientSideSSLCertificate.pem');
curl_setopt($curl, CURLOPT_SSLCERTPASSWD, "aPassw0rd");
```

There is no way to do this in the current version of UniRest for PHP that I'm aware of.
Can it be added?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.