Hey! I had the same issue with node-red setproxy. The key for me was adding the proxy config to settings.js AND setting the `httpNodeMiddleware` to handle the proxy requests.
For SSL, I used the `node-red-contrib-http-request` node—it has built-in options for handling certs. Also, make sure your proxy server supports HTTPS. Some free proxies don’t, and that’s where the headaches start.
Good luck!
For SSL, I used the `node-red-contrib-http-request` node—it has built-in options for handling certs. Also, make sure your proxy server supports HTTPS. Some free proxies don’t, and that’s where the headaches start.
Good luck!
