openssl 3.5.0 rpms released and added to all supported platforms.
OpenSSL 3.5.0 is a major release featuring QUIC server support.
We continue to build libs with quic support as a separate non-conflicting package openssl-quic-libs, files have separate .so.81.3 suffix to avoid conflicts with the official .so.3.
All the libraries stack rebuilt with OpenSSL 3.5.0, including ngtcp2 (quic client name changed from qtlsclient to osslclient).
What’s the status of QUIC and apache httpd?
There is no mod_http3 for apache unfortunately and no work in progress as far as I know.
The only option is to place nginx with http3 before apache as a reverse proxy.
argh.. tons of configuration (i’ve many vhost on apache, with ssl, non default configuration etc)
ChatGPT does this fine. Also the very basic configuration is a vhost and its proxy setup, all other can be handled by apache.