This topic contains 1 reply, has 2 voices, and was last updated by  admin 5 years, 6 months ago.

  • Author
    Posts
  • #75193

    Paul Acevedo
    Participant

    The expiration on the FM Data API for FM16 arrived and the FMRest.php calls I was making began bringing back NULL. Not to worry…the new FMRest.php for FM17

    was downloaded and the awesome Ken d’Oronzio showed me how to get passed

    “SSL certificate problem: unable to get local issuer certificate” using

    $fm -> secure = false;

    “YES!!!” Back in business.  DATA API is a dream with this class. Thanks!!!!

    • This topic was modified 5 years, 6 months ago by  admin.
  • #75195

    admin
    Keymaster

    Glad that worked out for you Paul.

    Just keep in mind, that’s not the “right” way to do that. It essentially bypasses the secure certificate on your server. The right way is to determine why the secure certificate is not being accepted by your PHP code. The first thing I would try is make sure that you’re using a fully qualified domain name, and you have a certificate installed on your server with that domain name. Always use an intermediate certificate, even if FileMaker doesn’t require one.

You must be logged in to reply to this topic.