On 11/8/23 13:37, Frederic Lecaille wrote: > On 11/8/23 11:27, Christoph Kukulies wrote: >> parsing [/etc/haproxy/haproxy.cfg:60] : 'bind' : unsupported protocol >> family 2 for address 'quic4@0.0.0.0 <mailto:quic4@0.0.0.0>:4> >> Nov 08 11:16:54 mail. >> >> >> I'm using sample.haproxy.cfg from Shawns haproxy-scripts and there the line: >> >> bind quic4@0.0.0.0 <mailto:quic4@0.0.0.0>:443 name quic443 ssl crt crt >> /etc/haproxy/fullchain.pemproto quic alpn h3 npn h3 allow-0rtt curves >> secp521r1:secp384r1 >> >> -- >> Christoph >> >> > Hello, > > 0.0.0.0 special address has been forbidden for QUIC bindings. Have a > look to "bind" keyword documentation. > > Regards, > > Fred. >
After having checked with Amaury, the issue is in the documentation which is not up-to-date. 0.0.0.0 binding address should be supported our QUIC implementation. That said, I do not know what haproxy version you are using. The last 2.8 version accepts to bind such addresses.