Tuesday, January 30, 2024

Re: Trying to install Apache 2.4 with OpenSSL 1.1 instead of LibreSSL

On 2024/01/30 11:09, Theo Buehler wrote:
> > what about this one so I can commit it upstream as well ?
>
> Please do not.

Agreed, it is very much a quick hack to sidestep the problem, I do not
recommend committing upstream, and am a bit unsure about even just
putting it in ports (it disables ALPN, needed by h2).

It's nice that this experimental code in Chrome found a bug, but
it would have been nicer if rather than WONTFIX they had adapted it
slightly to enforce ordering of SNI and ALPN to bypass the problem and
work with others to get the server code fixed...

> > Index: modules/ssl/ssl_private.h
> > ===================================================================
> > --- modules/ssl/ssl_private.h (revision 1915475)
> > +++ modules/ssl/ssl_private.h (working copy)
> > @@ -249,7 +249,7 @@
> >

No comments:

Post a Comment