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

Internal Network Issue #57

Closed stathisaska closed 3 years ago

stathisaska commented 3 years ago

Issue Report

Some nodes do not work in internal network

We are experiencing an issue where Node Red and FileMaker Server are on the same network and some nodes return a networking error.

For example, both get and create nodes return a Hostname/IP does not match certificate's alternates. We tried using 2 separate devices where we installed Node Red

  1. Raspberry Pi
  2. Docker in Synology

Here is a screenshot of the error:

Screenshot 2021-07-07 at 19 26 18

The reason why this seams to be an issue at the Node Red side of things is because the following nodes work perfectly great:

  1. Login
  2. Logout
stathisaska commented 3 years ago

Added the following option at the top of settings.js (before module)

process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";

Note In my use case scenario, the node red server in a local network, not accessible externally