Questions tagged [http3]

HTTP/3 is the HTTP protocol done over QUIC.

See also the wikipedia page.

82 questions
0
votes
0 answers

How to let nginx log the ssl key log file?

My goal is capture the pcap file on my linux machine which is using nginx to connect and decrypt those packets using ssl key log file.but i am unable to find how to capture ssl key log file on nginx. Could someone please help me how to capture ssl…
0
votes
0 answers

Firefox shows HTTP/3 used but Wireshark captures no QUIC packet

I am in a network that blocks most outgoing UDP traffic, e.g. no UDP 443. When I turn on Inspector of FireFox, I see that one HTTP/3 request went thru: However, when I use Wireshark to capture the packets. It found no QUIC / UDP packets, not even…
some user
  • 876
  • 1
  • 12
  • 26
0
votes
0 answers

Is there any way we can replay QUIC or HTTP/3 pcap using Ubuntu machine

Is there any way we can replay the captured QUIC or HTTP/3 pcap from Ubuntu machine(any machine) using any tools. Looking for the tools which would help to replay the QUIC or HTTP/3 pcap on Ubuntu machine or on any another machine using any tools.
0
votes
1 answer

How to enable h3 in Tomcat?

How to configure/enable http3 in tomcat? Any documented steps would help. I checked tomcat official documentation but nothing could be found. Here is my current connector tag from server.xml -
0
votes
0 answers

unable to make http/3 connection in C# .net 6.0

I'm creating a sample C# environment for http3 in .net 6 I'm following this blog but I'm unable to make http/3 connection and getting this error: System.Net.Http.HttpRequestException: 'Requesting HTTP version 3.0 with version policy…
haris
  • 1
  • 1
0
votes
0 answers

nginx-quic(support http3) 0-rtt not work when use multi server blocks

To support http3, i build nginx-quic and configure multi server blocks for vhost, my nginx.conf enabled all importmant params but http3's early-data still don't take effect,nginx log contains: quic no early keys, ignoring packet while decrypting…
Robort
  • 1
  • 1
0
votes
1 answer

how to set final size when sending a reset frame in http3

The following scenario: Sender have sent continuous 10000 bytes Receiver ACK 0 - 8000(sender have recived those acks) Now, Sender will send a reset frame, the question is how to set the " final size" a. final size is 10000 b. final size is…
0
votes
1 answer

"_bidirectional_stream_destroy", referenced from:

i'm trying to use grpc+quic on iOS. the podspec is pod 'gRPC-ProtoRPC' pod 'gRPC-Core/Cronet-Implementation' pod 'gRPC/GRPCCoreCronet' then buildsuccss but link error: Undefined symbols for architecture arm64: …
Simp.L
  • 1
  • 2
0
votes
1 answer

Do Almofire 4x ~> supports HTTP3?

I am doing a POC, has anyone has ever tried to consume HTTP/3.0 web server using Alamofire? If yes, have you consumed it using QUIC?
Abhishek
  • 61
  • 4
0
votes
0 answers

Nginx with HTTP3 not used in browsers (fallback on HTTP/1.1)

I'm trying to use the nginx-quic branch of Nginx to make a HTTP-3 server (with BoringSSL). To avoid any host side effects, I did it on a Dockerfile. But at this time, I cannot see the effect in Chrome nor in Firefox (they both show http 1.1 as…
Doubidou
  • 1,573
  • 3
  • 18
  • 35
0
votes
0 answers

cannot connect to quic-go http 3

package main import ( "github.com/lucas-clemente/quic-go" "github.com/lucas-clemente/quic-go/http3" "log" "net/http" ) const KPORT = ":1441" const KCERT = "./example.com+5.pem" const KKEY = "./example.com+5-key.pem" const KHTTP3 =…
MCCCS
  • 1,002
  • 3
  • 20
  • 44
0
votes
2 answers

Netty HTTP/3 codec dependency giving an error in Gradle

I'm currently working on implementing HTTP3 server using the Gradle version 7.3 on a Ubuntu 20.04 VM. But QUIC codec (0.0.20.Final) and HTTP/3 codec (0.0.11.Final) dependencies produce the following error. Could not find…
mhg99
  • 1
0
votes
2 answers

Does a QUIC server generate a Connection ID or just the client?

Does a QUIC server generate a Connection ID or just the client? Some people say there's a source CID and a destination CID, others say there is only one CID per connection. Does anyone know for sure?
greyyit
  • 3
  • 2
0
votes
1 answer

How a Quic connection ID is generated?

I read some docs about Quic and understand that a connection ID is generated for each session and as the document say : "Connection IDs MUST NOT contain any information that can be used by an external observer (that is, one that does not cooperate…
0
votes
1 answer

NGINX HTTP/3 phpMyAdmin 5.1.1 epoll_ctl(1, 16) failed (17: File exists)

I am getting this log and Interner Server Error 500 message, when using phpMyAdmin 5.1.1 and HTTP/3 enabled on NGINX Server. With HTTP/2 protocol works well. 2021/11/04 18:11:27 [alert] 21777#21777: *259 epoll_ctl(1, 16) failed (17: File exists),…
edshop
  • 1
  • 1