ZF-5743: Ability to do HTTPS calls over a proxy with client certificates
Description
Currently Zend_Http_Client_Adapter_Proxy does not support HTTPS calls over a proxy with client certificates.
Here is a patch against the trunk version which allows HTTPS requests with client certificate through a proxy: http://valokuva.org/patches/zendframework/…
Comments
Posted by Benjamin Eberlei (beberlei) on 2009-03-20T03:55:57.000+0000
Resolved with inclusion of ZF-3616, cURL supports client certificates.