-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hannes Magnusson wrote:
> On Fri, Jul 10, 2009 at 16:58, Uwe Schindler wrote:
>> As far as I know, SOAP does not use the HTTP wrappers directly, it uses only
>> sockets/ssl for communication (so the context applies only to the lower
>> level SSL socket
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hannes Magnusson wrote:
> On Fri, Jul 10, 2009 at 16:38, endrazine wrote:
>> David Zülke wrote:
>>
>>> $c = new SoapClient(
>>> 'https://foo/bar.wsdl',
>>> array(
>>> 'stream
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dear list, dear David,
David Zülke wrote:
>
> In short:
>
> $c = new SoapClient(
> 'https://foo/bar.wsdl',
> array(
> 'stream_context" => stream_context_create(array(
> 'ssl' => array(
> 'verify_peer' => true
> )
> ))
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thank you for your replies.
First of, I am glad I am not the only one to think there is an issue
with the way SoapClient() deals with ssl. Now, I have been suggested a
few ways to deal with the problem, partly off list, and I'd appreciate
help in deci
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello dear list,
I realise this is probably not the best place to ask this kind of
questions, but after doing my howmeworks on google and php.net, I can't
find a decent solution to a development problem I thought would be
common. If this is strictly o