Re: [SOAP] Problems with https vs http on soap request
[email protected] (Darko Miletic) Tue, 2 Feb 2016 16:26:43 -0300
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
It seems your certificates are not available to curl for verification. See about configuring your php.ini to contain this information http://php.net/manual/en/curl.configuration.php#ini.curl.cainfo And download latest version of certs from here: http://curl.haxx.se/docs/caextract.html On 02/02/16 15:22, Don O'Neil wrote: > $blah = $client->__getFunctions(); > > var_dump($blah);