Thread Starter
Sergei
(@sserdyuk)
In case it matters: my doc type is XHTML 1.0 Transitional
Thread Starter
Sergei
(@sserdyuk)
As I could connect using Ruby API, I’ve decided to try to localize the issue by using PHP API at a lower level. I have found one hidden dependency was not installed on the Ubuntu server: here is the fix:
sudo aptitude install ca-certificates
You may want to update your documentation to show that.
Thread Starter
Sergei
(@sserdyuk)
I will wait for you to update the repo and give it another try. As I said, both messages indicated troubles connecting to CF servers, but I don’t know what is causing it because I have already triple checked the credentials and I can access CF using them with a difference (Ruby) API.
Thread Starter
Sergei
(@sserdyuk)
Where do I get the latest code? Git head somewhere?