|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-02-07 00:29 UTC] 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. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 10:00:01 2025 UTC |
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"));