Re: git: 466d866ac89a - main - net/haproxy: revert QUIC support: it does not work with non-OpenSSL SSL implementations. We need to explicitly support LibreSSL.
Date: Fri, 29 Dec 2023 07:27:50 UTC
On Fri, Dec 29, 2023 at 2:14 PM Dmitry Sivachenko <demon@freebsd.org> wrote: > The branch main has been updated by demon: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=466d866ac89abb1884c3c3efc5d96b18e7526a2b > > commit 466d866ac89abb1884c3c3efc5d96b18e7526a2b > Author: Dmitry Sivachenko <demon@FreeBSD.org> > AuthorDate: 2023-12-29 06:04:51 +0000 > Commit: Dmitry Sivachenko <demon@FreeBSD.org> > CommitDate: 2023-12-29 06:10:44 +0000 > > net/haproxy: revert QUIC support: it does not work with non-OpenSSL > SSL implementations. We need to explicitly support LibreSSL. > > PR: 267388 > Reported by: Ivan Rozhuk <rozhuk.im@gmail.com> > Please ignore me if the patch supports both SSL implementations comes very soon. This seems a bit pity to me. Is it acceptable if we mark QUIC is broken on non-OpenSSL while working on the further improvements? I feel we already made a small step forward and it's not necessary to revert everything back, as it's adding new feature and not breaking the existing ones. Best, Li-Wen