Curl with http/3 option cannot get web page

#1
Hello everyone,

I installed and set up a simple OpenLiteSpeed web server following the official instructions, and integrated an SSL certificate. Unfortunately I can't reach my website with curl and the http/3 option. (Other websites work with curl though, so can't really be due to curl?!). I have also already followed all the hints from the LiteSpeed Wiki, unfortunately without success.
I have now downgraded OLS to V1.6.21, which seems to have worked. What could be the reason for this? Does anyone else have the same problem with V1.7.*? Or maybe someone has a clue what I need to be aware of?
I appreciate any help you can give me.
 
#3
Unfortunately I can't share URL publicly, because my web server is running for research purposes only on a university computer, which is protected by firewall. According to http3check.net QUIC is enabled.
 

Cold-Egg

Administrator
#4
I am not so sure about the curl issue actually. If both of the http3check tool and chrome extension show HTTP/3, then you might want to check on the curl. Just curious, did you use the default curl package?
 

Cold-Egg

Administrator
#6
It is expected that the first URL load with http/2 first then the same URL with http/3 is loaded.
Chrome has to learn about a site that supports HTTP/3, this is done through HTTP headers, so the first request will be HTTP/2
 
Top