RE: Problems with https vs http on soap request

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



So I tried that... I added:

curl.cainfo = /etc/ssl/curl.cacert.pem

into my php.ini file, restarted the server, put the recommended pem file in that location and still the same error.

Any other idea?

-----Original Message-----
From: Darko Miletic [mailto:darko.miletic@gmail.com] 
Sent: Tuesday, February 02, 2016 11:27 AM
To: soap@lists.php.net
Subject: Re:  Problems with https vs http on soap request

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);


--
PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux