Re: [PHP-DEV] Soap over SSL and

2009-07-10 Thread endrazine
-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

Re: [PHP-DEV] Soap over SSL and

2009-07-10 Thread endrazine
-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

Re: [PHP-DEV] Soap over SSL and

2009-07-10 Thread endrazine
-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 > ) > ))

Re: [PHP-DEV] Soap over SSL and

2009-07-08 Thread endrazine
-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

[PHP-DEV] Soap over SSL and

2009-07-07 Thread endrazine
-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