1. The problem I’m having:
Hello, i' m trying to solve a problem. I need to configure the CaddyFile so that Quic protocol is enabled on my Caddy server v2.4.6.2. Error messages and/or full log output:
PASTE OVER THIS, BETWEEN THE ``` LINES.
Please use the preview pane to ensure it looks nice.
3. Caddy version:
2.4.64. How I installed and ran Caddy:
a. System environment:
LInux, UBUNTU 22.04 LTSb. Command:
PASTE OVER THIS, BETWEEN THE ``` LINES.
Please use the preview pane to ensure it looks nice.
c. Service/unit/compose file:
PASTE OVER THIS, BETWEEN THE ``` LINES.
Please use the preview pane to ensure it looks nice.
d. My complete Caddy config:
I' m using a local domain(not a public one), and at the moment this is my Caddyfile {http_port 2080
https_port 2082
}
reverse_proxy 10.0.2.15:2080
respond "Hello"
}
tls internal
reverse_proxy 10.0.2.15:2082
respond "Hello sicuro"
}
it works when i do curl http://caloecla.com:2080 or curl https://caloecla.com:2082, and if i do curl -i option the first link show me that it uses http 1.1, instead the second uses http2. But i need to enable QUIC
PASTE OVER THIS, BETWEEN THE ``` LINES.
Please use the preview pane to ensure it looks nice.