NYCPHP Meetup

NYPHP.org

[nycphp-talk] SOAP IS KILLING ME SLOWLY!

Christopher Hendry chendry at gmail.com
Sat Jun 4 12:57:50 EDT 2005


Don't know where you're at with this, but I hit your client, and I see
you get this error from cURL:   "curl_exec error 60 SSL certificate
problem, verify that the CA cert is OK"

Looks like cURL is trying to verify the authenticity of your cert,
which being self signed, may be giving it problems (dunno).  Have you
tried:

curl_setopt( $res, CURLOPT_SSL_VERIFYPEER, 0 );

Which should stop cURL from trying to verify it.  Or test it without SSL?

C


-- 

"When you do things right, people won't be sure you've done anything at all."



More information about the talk mailing list