Re: [SOAP] Using SOAP over HTTPS.
[email protected] ("Brian A. Seklecki")
| Newsgroups | php.soap |
|---|---|
| Message-ID | <1250267623.2306.90.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> |
On Tue, 2009-08-11 at 16:45 +0100, Richard Quadling wrote: > So, using secured comms (https) seems appropriate, but before I start > down this route and find issues with SOAP+PHP+HTTPS I would like to > know if I am barking up the wrong tree, so to speak. Do you know if you're going to use? - Protocol level authentication using X.509/SSL/PKI/OCSP/SCEP? - HTTP Digest Authentication - Internal-application authentication (Have your code do some username/password challenge response.) ~BAS