Questions tagged [http3]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
1 vote
1 answer
148 views

unable to setup HTTP3/QUIC with nginx 1.25.3 on a reverse proxy

Now that nginx supports QUIC and HTTP/3 protocols starting from 1.25.0, i wanted to give it a try. I compiled the same using boringssl as follows: wget https://nginx.org/download/nginx-1.25.3.tar.gz ...
hjpotter92's user avatar
0 votes
0 answers
62 views

haproxy sni for http/3 quic (udp)

I've got haproxy doing sni routing for a bunch of sites without issue. HTTP/2 works great. Is there a way to setup sni type routing for HTTP/3 (quic) without having any certs installed in haproxy?
David's user avatar
  • 321
0 votes
1 answer
287 views

Is it possible to use HTTP/3 with NGINX-Node.js combination already?

NGINX supports HTTP/3 since 1.25.0. Node.js currently does not support HTTP/3 or QUIC out-of-the-box but it seems there are some C++ addons implementations, like FAILS'. HTTP/3 (more specifically, ...
Levi Pesin's user avatar
0 votes
0 answers
485 views

Configure QUIC and HTTP/3 in Ubuntu

I want to install and configure nginx-1.19.0 with HTTP/3 support on Ubuntu 22.04. OpenSSL version is 3.0.2. I was surfing in internet but I didn't find something straight forward to guide me how to ...
Leotrim Lota's user avatar
1 vote
0 answers
937 views

Nginx 1.25.2 HTTP/3 works over CURL, but doesn't work in any browser

I am trying to configure nginx 1.25.2 with HTTP/3 support on Ubuntu 22.04. I build it using BoringSSL library. But when I try to connect to my server using browser, I don't get anything.("Unable ...
Sanch3s's user avatar
  • 11
1 vote
2 answers
458 views

http3 removes domain from all links

So couple days ago I installed NGINX 1.23.3 QUIC with Brotli, TLS 1.3, OpenSSL 1.1.1s with HTTP/2 and HTTP/3... so server with fastcgi and php-fpm... when I load site for first time it works with ...
Raimond's user avatar
  • 11
2 votes
1 answer
2k views

How to setup haproxy to connect to backend server using HTTP/3 QUIC?

I am able to configure HAProxy to to present itself as an HTTP/3 server by following instruction here: https://www.haproxy.com/blog/announcing-haproxy-2-6/ bind :443 ssl crt server.pem alpn h2,http/1....
some user's user avatar
  • 181
0 votes
1 answer
43 views

How To Force User Agents To Use Later Available Version of HTTP?

A OpenLiteSpeed Web Server is running on AlmaLinux 8. HTTP/1.1, HTTP/2 and HTTP/3 QUIC are enabled. 80/tcp, 443/tcp and 443/udp ports are open publicly and permanently. The server is sending the below ...
user avatar
1 vote
0 answers
622 views

TLS passthrough (non-terminating) HTTPS reverse proxy / load balancer for HTTP/3

I have a host system with one public IP address that runs multiple VMs. Each VM is hosting multiple websites and should remain in control of the TLS keys for their HTTPS connections. For this setup to ...
cdauth's user avatar
  • 971