How do I properly set up a proxy in Node-RED for secure and efficient communication?

18 Replies, 1126 Views

Hey there! Setting up a proxy in Node-RED can be a bit tricky, but it’s totally doable. For HTTP/HTTPS, you can configure the proxy settings in your settings.js file. Just look for the `httpProxy` and `httpsProxy` options and add your proxy URL there.

If you need auth, you can include the credentials in the URL like this: `http://username:password@proxyurl:port`.

For a more detailed guide, check out the official Node-RED docs or this tutorial: [Node-RED Proxy Setup Guide](https://example.com). Hope this helps!

Messages In This Thread



Users browsing this thread: 1 Guest(s)