Hi,

On Fri, Feb 24, 2023 at 03:07:24PM +0800, AiDai wrote:
> Hi there,
> 
> I am interested in testing HTTP/3 on haproxy 2.8, but I am not sure how to
> enable it. Currently, I run an Ubuntu 20.04 docker container using the
> command:
> ` docker run -ti --user root --privileged=true -p 8000:8000 -p 80:80 -p
> 443:443 -p 8404:8404-v /home/yuxiao/haproxy:/mnt/haproxy ubuntu:20.04
> /bin/bash`
> Then I compile haproxy with the command found atThen, I started haproxy
> with the configuration file found at
> https://github.com/haproxytechblog/haproxy-2.6-http3/blob/main/init.sh
(...)

Just trying to be sure, I suspect your docker line above only relays
TCP traffic, not UDP. For QUIC/HTTP3 you need UDP. Apparently you'd
need to use "-p 443:443/udp" when your start it. But that may or may
not be sufficient, I'm no docker specialist at all.

Willy

Reply via email to