node-red setproxy is one of those things that’s simple once you know the trick. I just added the proxy config to settings.js and it worked like a charm.
For SSL, I used the `NODE_EXTRA_CA_CERTS` env variable to point to my cert file. Worked like magic!
Also, if you’re testing, try using a free proxy service like https://free-proxy-list.net/ to see if it’s your setup or the proxy itself.
For SSL, I used the `NODE_EXTRA_CA_CERTS` env variable to point to my cert file. Worked like magic!
Also, if you’re testing, try using a free proxy service like https://free-proxy-list.net/ to see if it’s your setup or the proxy itself.
