Open maxwellk2 opened 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?
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?