-1

I implemented the Xero-API using this library, having implemented it, it worked fine on localhost, then i uploaded to my server then i get this error

Curl error: Problem with the SSL CA cert (path? access rights?)
pariola
  • 923
  • 12
  • 27

1 Answers1

0

Assuming that the certs do exist in the path and php has the ability to access the server. Try restart apache first, it might be something simple, if not try regenerate the cert, it might have gotten corrupt somehow.

Dan Hastings
  • 3,241
  • 7
  • 34
  • 71