-
I came across this PR #3515 which disabled UDP when apache container is in reverse proxy mode. Caddy now has support for reverse proxying http3 https://caddyserver.com/docs/caddyfile/directives/reverse_proxy#versions so I think we should make it configurable (with a env var maybe?) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
http3 only work with tls, since the reverse proxy mode uses http unencrypted, quic would not work |
Beta Was this translation helpful? Give feedback.
-
Hmm, makes sense. But is it okay to leave the Caddy connection (to the outside world) as http3? My caddy logs show this error every time I refresh the page, whereas it wasn't there when the apache container was serving nextcloud directly to 443
|
Beta Was this translation helpful? Give feedback.
http3 only work with tls, since the reverse proxy mode uses http unencrypted, quic would not work