Hi, My script consumes a SSL API. I got this error in the beginning: curl_exec error 60 SSL certificate problem, verify that the CA cert is OK And when I try the following: $client->setOpt('curl', CURLOPT_SSL_VERIFYPEER, 0); $client->setOpt('curl', CURLOPT_SSL_VERIFYHOST, 0); It returns a strange message: Server did not recognize the value of HTTP Header SOAPAction: Does anybody know whats going on? Thanks, -Punit.