
Alex van der Wilk - 2007-01-30 09:37:04 -
In reply to message 3 from Alex van der Wilk
by the way i changed the http.php, if you need to send your ServerCa cert too you need an extra line:
if(IsSet($arguments["SSLRootCertificateFile"]))
curl_setopt($this->connection,CURLOPT_CAINFO,$arguments["SSLRootCertificateFile"]);
my next problem is combining the soap example with the test_http sample, when i add my certificate lines to the test_http_soap example and add my own soap request internet explorer hangs and no errors are found in the error.log
can you give me a hint where this goes wrong?
regards alex