gearbox-solutions / eloquent-filemaker

A Model extension and Eloquent driver for Laravel connecting to FileMaker through the Data API
https://gearboxgo.com
MIT License
54 stars 16 forks source link

cURL error 60: SSL certificate problem: self signed certificate || local #62

Closed mudassirali007 closed 8 months ago

mudassirali007 commented 8 months ago

Dependencies

Description of the issue:

I am working locally on my Windows using WAMP server. I have enabled SSL locally on WAMP. But I am getting this error, is there something I can do to disable SSL error from Filemaker? image image

Expected Behavior:

It should return users table data.

Steps to reproduce:

Setup locally Filemaker and use this way to share filemaker database. image

Smef commented 8 months ago

The FileMaker Data API is a feature of FileMaker Server. You must host your database on FMS in order to be able to connect to it using the Data API. You will not be able to connect to it using the peer-to-peer sharing feature of FileMaker Pro.