This topic contains 1 reply, has 2 voices, and was last updated by admin 6 years, 1 month ago.
You must be logged in to reply to this topic.
This topic contains 1 reply, has 2 voices, and was last updated by admin 6 years, 1 month ago.
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!!!!
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.