Skip to content
Discussion options

You must be logged in to vote

This is caused by a security hardening change introduced between 1.10.x and 1.15.0. The SSRF proxy (Squid) now uses a deny-by-default model — only .marketplace.dify.ai is whitelisted out of the box [1]. Your domain ibot.zx.xxx.com.cn is being blocked at the proxy layer before any outbound connection is made, which is exactly what the TCP_DENIED/403 lines in your logs confirm.

To fix this, add your domain to the SSRF proxy allowlist. Edit the file docker/ssrf_proxy/squid.conf.template and find this line:

acl allowed_domains dstdomain .marketplace.dify.ai

Add your domain:

acl allowed_domains dstdomain .marketplace.dify.ai .ibot.zx.xxx.com.cn

Then restart the ssrf_proxy service:

docker co…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@yanpx169
Comment options

@dosubot
Comment options

@yanpx169
Comment options

Answer selected by yanpx169
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants