Im using node red on a network that have a firewall. I want to know the URL i need to put as an exception on the firewall so i can download new nodes when needed
Welcome to the forum @MarianoB
What error do you see in the install log?
2024-05-07T14:22:47.454Z [err] npm
2024-05-07T14:22:47.454Z [err] ERR! code ETIMEDOUT
2024-05-07T14:22:47.454Z [err] npm ERR! syscall connect
2024-05-07T14:22:47.454Z [err] npm ERR! errno ETIMEDOUT
2024-05-07T14:22:47.455Z [err] npm ERR! network
2024-05-07T14:22:47.456Z [err] request to https://registry.npmjs.org/node-red-mysql-r2 failed, reason: connect ETIMEDOUT 104.16.1.35:443
2024-05-07T14:22:47.456Z [err] npm ERR!
2024-05-07T14:22:47.456Z [err] network This is a problem related to network connectivity.
2024-05-07T14:22:47.456Z [err] npm ERR! network In most cases you are behind a proxy or have bad network settings.
2024-05-07T14:22:47.456Z [err] npm ERR! network
2024-05-07T14:22:47.456Z [err] npm ERR! network If you are behind a proxy, please make sure that the
2024-05-07T14:22:47.456Z [err] npm ERR!
2024-05-07T14:22:47.456Z [err] network 'proxy' config is set properly. See: 'npm help config'
2024-05-07T14:22:47.457Z [err]
2024-05-07T14:22:47.457Z [err] npm ERR! A complete log of this run can be found in:
2024-05-07T14:22:47.457Z [err] npm ERR!
2024-05-07T14:22:47.457Z [err] /data/.npm/_logs/2024-05-07T14_15_07_225Z-debug-0.log
As you can see from the log, Node-RED needs to be able to download modules from https://registry.npmjs.org
- this is typical of any node based application that pulls from NPM.
There are some (not many) nodes that also pull from github
- you may wish to include that too.
And you might want to think about DNS and retrieving time settings also as firewall exceptions
Craig
this is maybe from nodejs setting .U need set nodejs server .
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.