Author |
|
JorgeCarousel
Joined: 14 Jul 2022 Posts: 15 Location: USA, New york
|
Posted: Wed 20 Jul '22 16:51 Post subject: HTTP/3 support availability |
|
|
Hey guys,
Does anybody know when Apache httpd will have support for HTTP/3?
I know HTTP/3 is not completely out yet, but it would be nice to know.
Thanks. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 27 Jul '22 13:03 Post subject: |
|
|
AFAIK no one has started to code that for httpd apache yet. |
|
Back to top |
|
JorgeCarousel
Joined: 14 Jul 2022 Posts: 15 Location: USA, New york
|
Posted: Fri 19 Aug '22 17:06 Post subject: |
|
|
At least the first step to achieve this can be done, I just compiled httpd-2.4.54 using openssl-3.0.5+quic on a Fedora 36 VM, so if that can be done it's the first step to create a mod_http3 with the other core modules.
Also while doing that, nghttp2 said it also supports http3.
I just hope somebody starts working on this soon, I was trying nginx-quic and it sucks, I rather using Apache httpd. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
JorgeCarousel
Joined: 14 Jul 2022 Posts: 15 Location: USA, New york
|
Posted: Thu 08 Sep '22 15:03 Post subject: |
|
|
I wish I had the knowledge to do so, but I don't, so I better leave it to the experts. |
|
Back to top |
|
JorgeCarousel
Joined: 14 Jul 2022 Posts: 15 Location: USA, New york
|
Posted: Thu 10 Nov '22 22:14 Post subject: |
|
|
To stay on the subject nghttp3 is available to use without OpenSSL+Quic, using the QPACK instead.
More info here: https://nghttp2.org/nghttp3/
I just hope somebody takes the lead and start working on it so we can have it available. |
|
Back to top |
|
JorgeCarousel
Joined: 14 Jul 2022 Posts: 15 Location: USA, New york
|
|
Back to top |
|
JorgeCarousel
Joined: 14 Jul 2022 Posts: 15 Location: USA, New york
|
Posted: Mon 13 Feb '23 20:48 Post subject: |
|
|
Another setback for HTTP3, this is from OpenSSL when I asked them when openssl was going to have support for quic:
Quote: | Initial QUIC support will be available in OpenSSL 3.2. However this support is planned to be limited (client side only, single stream only) - not really useable for http3. 3.3 is likely to have more extensive support. 3.2 will be out some time later this year. No timeline for 3.3 yet. |
|
|
Back to top |
|
cforce
Joined: 06 Oct 2023 Posts: 1
|
Posted: Sat 07 Oct '23 13:02 Post subject: october -any update? |
|
|
Is there any update on this. Why do i get the QUIC support on nginx, litespeed, caddy, azure and aws resources already but not for apache. Is there a roadmap? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 09 Oct '23 11:27 Post subject: Re: october -any update? |
|
|
cforce wrote: | Is there any update on this. Why do i get the QUIC support on nginx, litespeed, caddy, azure and aws resources already but not for apache. Is there a roadmap? |
no, there is no roadmap yet for httpd. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 20 Oct '23 10:44 Post subject: |
|
|
HTTP 3.0 first draft was published in 2020. It is the proposed successor to HTTP 2.0. It uses QUIC instead of TCP for the underlying transport protocol, thus removing HOL blocking in the transport layer. QUIC is based on UDP.
httpd Apache so far uses only TCP. |
|
Back to top |
|