Request support for client side SSL certificates
Open
- 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.