Replies: 1 comment
-
|
The ssrf_proxy in Dify acts as a Squid-based proxy to control and secure outbound network requests from your containers. The “Recv recv: (111) Connection refused” message means the proxy tried to connect to a service (often the sandbox or an external endpoint) but the connection was refused—usually because the target service isn’t running, isn’t reachable, or the proxy config is incorrect. Here’s how to troubleshoot:
If the problem persists, sharing your docker-compose logs, .env, and squid.conf.template can help pinpoint the issue. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Just finished the private deployment of Dify community version 1.11.3, and found a prompt in the log: “ssrf_proxy-1 | 2026/01/14 06:38:12 | Recv recv: (111) Connection refused”. How should I solve this problem?
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions