Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44915 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46570 invoked from network); 10 Jul 2009 14:58:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jul 2009 14:58:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=thetaphi@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=thetaphi@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.25.71.29 as permitted sender) X-PHP-List-Original-Sender: thetaphi@php.net X-Host-Fingerprint: 85.25.71.29 loft1553.serverloft.de Linux 2.6 Received: from [85.25.71.29] ([85.25.71.29:33459] helo=mail.troja.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/E1-37812-217575A4 for ; Fri, 10 Jul 2009 10:58:28 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id 9A9C4D36002; Fri, 10 Jul 2009 16:58:23 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.troja.net Received: from mail.troja.net ([127.0.0.1]) by localhost (megaira.troja.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WDau6I3q9dRm; Fri, 10 Jul 2009 16:58:13 +0200 (CEST) Received: from VEGA (port-83-236-62-3.dynamic.qsc.de [83.236.62.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTPSA id 6818ED36001; Fri, 10 Jul 2009 16:58:12 +0200 (CEST) To: "'Hannes Magnusson'" Cc: =?iso-8859-1?Q?'David_Z=FClke'?= , "'PHP internals'" References: <4A5350C7.5060600@gmail.com> <1246976308.10382.68.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> <4A575258.10407@gmail.com> <7f3ed2c30907100748s285c836ex212d9cca856e46a1@mail.gmail.com> <4A5755A8.407@gmail.com> Date: Fri, 10 Jul 2009 16:58:10 +0200 Message-ID: <3ABCC5A969E24D9395D24C8D2711DBA3@VEGA> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <4A5755A8.407@gmail.com> Thread-Index: AcoBbiTdtJgFbTurQJinwjSN0oG7JgAAKmaA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Subject: RE: [PHP-DEV] Soap over SSL and From: thetaphi@php.net ("Uwe Schindler") 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). So CURL is not used, because PHP's HTTP streams are = not used. ----- Uwe Schindler thetaphi@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany > -----Original Message----- > From: endrazine [mailto:endrazine@gmail.com] > Sent: Friday, July 10, 2009 4:52 PM > To: Hannes Magnusson > Cc: David Z=FClke; PHP internals > Subject: Re: [PHP-DEV] Soap over SSL and >=20 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Hannes Magnusson wrote: > > On Fri, Jul 10, 2009 at 16:38, endrazine wrote: > >> David Z=FClke wrote: > >> > >>> $c =3D new SoapClient( > >>> 'https://foo/bar.wsdl', > >>> array( > >>> 'stream_context" =3D> stream_context_create(array( > >>> 'ssl' =3D> array( > >>> 'verify_peer' =3D> true > >>> ) > >>> )) > >>> ) > >>> ); > >> > >> This works and solves the issue, thank you :) > >> > >> The other methods I have been suggested and have been testing, for > >> instance recompiling with --with-curlwrappers do NOT work. > > > > --with-curlwrappers overwrites the builtin stream support to use = curl. > > The curlwrappers have their own context options: > > http://php.net/context.curl > > > > > > -Hannes > > >=20 > I verified it doesn't work. >=20 > Regards, >=20 > j- > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org >=20 > iEYEARECAAYFAkpXVagACgkQK/YAm7PYyblesgCcD25MfGepg4UslL/YYi+R0Yo9 > Tu8An3hNn3ad3iXVsBK0fc/2BhqSkSTl > =3D186g > -----END PGP SIGNATURE----- >=20 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php