Hi John, On Sat, Apr 15, 2023 at 10:20:22AM -0400, John Lauro wrote: > I agree defaulting to alpn h2,http/1.1 sooner (don't wait for 2.9), > and even 2.6 would be fine IMO. Wouldn't be a new feature for 2.6, > only a non breaking (AFAIK) default change...
We won't change 2.6 now since it's already released and that this could require some config change for some users. > I would have concerns making QUIC default for 443 ssl (especially > prior to 2.8), but you are not suggesting that anyways. Don't get me wrong, you still need to have an explicit "bind" line for QUIC, it's just that right now it looks like this: bind quic4@:4443 ssl crt rsa+dh2048.pem alpn h3 allow-0rtt And without "alpn h3" it will just not work, so what I indend is to have this "alpn h3" by default for "quic" lines, but in no case enable QUIC by default when SSL is in use. Thanks! Willy