Hello there
To be able to use an institutional REST web-service, I need to auth with a X.509 client certificate.
I was planning to use Cake/Http/Client class to make my requests but I am not sure it is possible to pass a client certificate (certificate, private key and passphrase if needed).
I found ways to do that using Guzzle (https://stackoverflow.com/a/49590036) or curl (https://stackoverflow.com/a/11310280) but I would have preferred to use the Cake native Http Client.
Do you know if that is possible ?
Thanks