Luidog / node-red-contrib-filemaker

A Node Red FileMaker module. This module uses the FileMaker Data API to connect with a FileMaker server.
33 stars 7 forks source link

dapi-client custom port #67

Open maxwellk2 opened 2 years ago

maxwellk2 commented 2 years ago

Trying to configure dapi-client to use a custom port, for example:

https://<<fqdn_server1>>:4433

Appending port number to the server param results in connection timeout error. Manually hitting the Data API works fine:

https://<<fqdn_server1:4433>>/fmi/data/vLatest/productInfo

Testing a secondary FileMaker server running at the default port 443 works fine. Interestingly dapi-client seems to work fine when setting server as such:

https://<<fqdn_server2>>:443

Any suggestions?