]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: enable SSL on QUIC servers automatically
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 31 Oct 2025 08:58:57 +0000 (09:58 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 31 Oct 2025 10:32:14 +0000 (11:32 +0100)
commit1af3caae7d9c0639fbcc5829bd5664bc3259c5df
tree9b047c7426a3947004e256e5123a6bd47c7952bf
parent0a14ad11bee98e804e3f2d1f88872eada0c7db0d
MINOR: quic: enable SSL on QUIC servers automatically

Previously, QUIC servers were rejected if SSL was not explicitely
activated using 'ssl' configuration keyword.

Change this behavior : now SSL is automatically activated for QUIC
servers when the keyword is missing. A warning is displayed as it is
considered better to explicitely note that SSL is in use.
src/server.c