Re: some QUIC questions

2024-05-10 Thread Amaury Denoyelle
On Mon, May 06, 2024 at 08:16:34PM +0200, Björn Jacke wrote: > On 06.05.24 15:34, Shawn Heisey wrote: > > On 5/6/24 06:02, Björn Jacke wrote: > > > frontend ft_443 > > >    bind :::443 ssl crt /ssl/combined.pem > > >    bind quic6@:443 ssl crt /ssl/combined.pem alpn h3 > > >    option tcp-smart-acc

Re: some QUIC questions

2024-05-06 Thread Björn Jacke
On 06.05.24 15:34, Shawn Heisey wrote: On 5/6/24 06:02, Björn Jacke wrote: frontend ft_443    bind :::443 ssl crt /ssl/combined.pem    bind quic6@:443 ssl crt /ssl/combined.pem alpn h3    option tcp-smart-accept    http-after-response add-header alt-svc 'h3=":443"; ma=600; persistent=1' fr

Re: some QUIC questions

2024-05-06 Thread Shawn Heisey
On 5/6/24 06:02, Björn Jacke wrote: frontend ft_443   bind :::443 ssl crt /ssl/combined.pem   bind quic6@:443 ssl crt /ssl/combined.pem alpn h3   option tcp-smart-accept   http-after-response add-header alt-svc 'h3=":443"; ma=600; persistent=1' frontend ft_quic_test     mode tcp     bi

some QUIC questions

2024-05-06 Thread Björn Jacke
Hi, now that HAProxy 2.9 from haproxy.debian.net is usabel with QUIC if you (with limited-quic), I finylly gave it a try. I set extended my http frontend accordingly like this: frontend ft_443 bind :::443 ssl crt /ssl/combined.pem bind quic6@:443 ssl crt /ssl/combined.pem alpn h3 optio