Http2 connections hangs for subdomains

I have multiple reverse proxies with diff subdomains all proxified with cloudflare.If I am streaming video from one subdoamin for ex I have noticed if I open other subdomain at that time it hangs and timeout eventually.Further digging into issue I have found that all those connection were using same connection id even its from diff sub domain.

domain1 {
  tls internal
  reverse_proxy proxy1
}

domain2 {
  tls internal
  reverse_proxy proxy2
}

This is my caddy config.

Please fill out the help topic template as per the forum rules. Show your logs, don’t obfuscate your config, show example requests with curl -v.

1 Like

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