In the docs for Soap::Lite it states that the only change one needs to make to using HTTPS for Soap is to modify the ->proxy statement from 'http://' to 'https://'. Supposedly nothing needs to be changed on the server.
That's the only change that client needs to make. From the docs:
Surprisingly there is nothing SOAP-specific you need to do on the server side, and there is only a minor modification on the client side: just specify https: instead of http: as the protocol for your endpoint and everything else will be done for you. Obviously, endpoint should support this functionality and server should be properly configured.
... I don't believe that the http::daemon transport supports SSL. You'll likely have to use CGI and the SSL capabilities of another HTTP server (eg, Apache, Netscape, whatever else)
In reply to Re: Soap::lite - https ?
by jhourcle
in thread Soap::lite - https ?
by ethrbunny
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |