Request seems blocked in docker container (ETIMEDOUT)

I have run into a strange case when trying to make a HTTP request from my Node-Red running on docker. I have a SolidRun hardware (similar ro a Rasberry Pi) with Debian Buster. I have one instance of Node-.Red running on host and one running in a docker container. I can make an http request from the Node-Red running on the host without any problems. But when I try the same thing on the container instance it times out with Error: ETIMEDOUT. It seems like there something blocking outgoing requests. I have the same setup on a Rasberry Pi that runs without any glitches. Has anyone experienced any similar or possibley point me where to start troubleshooting?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.