node-red setproxy is tricky, but here’s what worked for me:
- Add proxy details to settings.js.
- Use `http-proxy-middleware` for more control over requests.
- For SSL, I had to add the certs to the node-red Docker container (if you’re using Docker).
Also, check out this GitHub repo: [insert link]. It has a ton of examples for node-red setproxy and SSL configs.
Hope that helps!
- Add proxy details to settings.js.
- Use `http-proxy-middleware` for more control over requests.
- For SSL, I had to add the certs to the node-red Docker container (if you’re using Docker).
Also, check out this GitHub repo: [insert link]. It has a ton of examples for node-red setproxy and SSL configs.
Hope that helps!
