1. The problem I’m having:
version of caddy 2.4.6 so simulate an old cve for my thesis. But i cant setup the experimental http3 support which should be possible in that version. How to make a config file which i can use to connect to a client also in my local network to connect the server which should run with http3.
2. Error messages and/or full log output:
adapting config using caddyfile: /etc/caddy/Caddyfile:2: unrecognized global option: experimental_http3
3. Caddy version:
v2.4.6 installed via github releases
4. How I installed and ran Caddy:
installed with github releases and run on a ubuntu 18 VM
a. System environment: VM ubuntu 18
b. Command:
This is my config file:
{
experimental_http3
}
192.168.0.102 {
tls ./server.crt ./server.key
root * /var/www/html
file_server
}
### d. My complete Caddy config:
{
experimental_http3
}
192.168.0.102 {
tls ./server.crt ./server.key
root * /var/www/html
file_server
}
<!--
DO NOT REDACT anything except credentials.
LEAVE DOMAIN NAMES INTACT.
If using the Caddyfile:
- Please use `caddy fmt` to make your config more legible.
- Review https://caddyserver.com/docs/caddyfile/concepts#structure
-->
### 5. Links to relevant resources:
This did not work beacuase my config file does not accept this https://caddy.community/t/caddyfile-configuration-for-caddy-2-4-6-to-enable-quic-protocol/22097
<!-- Optional, but can help get us on the same page quickly. -->