Procházet zdrojové kódy

fix: Fix HTTP request node non 443 port SSL site inaccessible (#13376)

tags/1.0.0
depy před 8 měsíci
rodič
revize
6622c7f98d
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      docker/ssrf_proxy/squid.conf.template

+ 1
- 0
docker/ssrf_proxy/squid.conf.template Zobrazit soubor

@@ -7,6 +7,7 @@ acl localnet src 192.168.0.0/16 # RFC 1918 local private network (LAN)
acl localnet src fc00::/7 # RFC 4193 local private network range
acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines
acl SSL_ports port 443
# acl SSL_ports port 1025-65535 # Enable the configuration to resolve this issue: https://github.com/langgenius/dify/issues/12792
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https

Načítá se…
Zrušit
Uložit