On Thu, 27 Oct 2005 09:17:02 -0400, Colin Goldberg wrote: > I have curl installed. I see that curl options are set in function > _sendHTTPS in SOAP/Transport/HTTP.php. What statement(s) do I need to set > CURLOPT_CAINFO, etc. > > eg. > If I were to place the statement inside function _sendHTTPS it would be: > $ch = curl_init(); > curl_setopt($ch, CURLOPT_CAINFO, '/my path to/ca-bundle.crt'); > > How do I do this without disturbing the SOAP distribution? http://dk.php.net/manual/en/function.curl-setopt.php Maybe put in the beginning of the client before activating SOAP. If done this way it will affect the entire client script, which also includes the generated proxy. -- Hilsen/Regards Michael Rasmussen http://keyserver.veridis.com:11371/pks/lookup?op=get&search=0xE3E80917 -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php