ID: 31865
Updated by: [EMAIL PROTECTED]
Reported By: csargent at netoptions dot com dot au
-Status: Assigned
+Status: Bogus
Bug Type: Feature/Change Request
Operating System: Redhat Linux ES
PHP Version: 5.0.3
Assigned To: dmitry
New Comment:
The support for client certificates is already implemented in CVS (HEAD
and PHP_5_0). You should use "local_cert" and "passphrase" options in
SoapClient constructor.
new SoapClinet($wsdl, array("local_cert"=>"cert_key.pem"));
Previous Comments:
------------------------------------------------------------------------
[2005-02-07 00:29:08] csargent at netoptions dot com dot au
Description:
------------
The ability to set client certificates and passkeys in the instatiation
of the soap client would be greatly appreciated.
The transport protocol for ssl accepts the certificate and passkey as
context options, however, currently there is no way to pass them
through the soap client.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=31865&edit=1