curl-and-php
Re: cURL Error.
Date: Fri, 12 Nov 2004 16:48:16 -0500
What soap library are you working with? I personally never worked with soap but I can't seem to find anything that looks like that on php.net
_____________________
/*/ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ\*\
|+| ALEX |+|
|+| www.windeagle.org |+|
\*\__________________/*/
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
----- Original Message -----
From: Miguel A. Ruz
To: curl-and-php_at_cool.haxx.se
Sent: Friday, November 12, 2004 7:27 AM
Subject: cURL Error.
Hi ĦĦ
I´m developing a php application with soap and https connection
require_once('SOAP/Client.php');
$soapclient = new SOAP_Client("https://server");
$soapclient->setOpt('curl', CURLOPT_VERBOSE, 1);
$soapclient->setOpt('curl', CURLOPT_SSL_VERIFYHOST, 1);
$soapclient->setOpt('curl', CURLOPT_SSL_VERIFYPEER, 1);
$soapclient->setOpt('curl', CURLOPT_SSLCERT, "./sslcert.pem");
$soapclient->setOpt('curl', CURLOPT_SSLKEY, "./sslkey.pem");
I haven´t information about this
$soapclient->setOpt('curl', CURLOPT_CAINFO, ".?????");
This is the error:
HTTP Error: cURL ERROR: 58: unable to use client certificate (no key found or wrong pass phrase?)
Thanks so much.
Miguel.
Received on 2004-11-12