Wolf Johnson
Wolf Johnson
Hi Thanks for replying. I made changes to my /etc/php.ini so I do not get the PHP syntax error. I have in the name of the first server in $config['api_url']...
My api_url is correct as it is the website, but I will give it a try. I will change my api_url as you suggest and see if that works.
I have figured the problem out. It is because the ssl certificate is self signed on the api_url server that the communication is failing. I am now trying to figure...
Hi It works now that I added the certificate from api_url = "https://ns1.xxx.xxx" to /etc/pki/ca-trust/source/anchors and ran update-ca-trust extract (more about how this is done can be found at http://kb.kerio.com/product/kerio-connect/server-configuration/ssl-certificates/adding-trusted-root-certificates-to-the-server-1605.html)....