curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: curl-7.84.0_9 and http/3 question

From: Timothe Litt <litt_at_acm.org>
Date: Tue, 23 Aug 2022 17:34:00 -0400

On 23-Aug-22 15:37, Wlodzimierz via curl-users wrote:
> Hello,
>
> Would you help me, please?
>
> Below I have pasted a curl in a command line.
> This is a result of calling a page, that has HTTP/3 enabled.
> Curl does not get the page.
>
> ----------------------------------------------------------------------------
> --------------------------------------------
> A site was positively werified by:
> https://http3check.net/
> https://geekflare.com/tools/http3-test
>
> ----------------------------------------------------------------------------
> --------------------------------------------
> d:\Downloads\curl-7.84.0_9-win64-mingw\bin>curl -v --http3
> https://www.kubera.info
> * Trying 62.129.237.154:443...
> * Connect socket 340 over QUIC to 62.129.237.154:443
> * CAfile: d:\Downloads\curl-7.84.0_9-win64-mingw\bin\curl-ca-bundle.crt
>
> * CApath: none
> * Failed to connect to http://www.kubera.info port 443 after 239 ms: Failure
> when receiving data from the peer
> * Closing connection 0
> curl: (56) Failed to connect to http://www.kubera.info port 443 after 239
> ms: Failure when receiving data from the peer
>
> ----------------------------------------------------------------------------
> --------------------------------------------
> How can I get that page using curl?
>
> I highly appreciate the support.

your curl may not be built with http/3 support.

Look at output from "curl --version" to see if it's listed.


Timothe Litt
ACM Distinguished Engineer
--------------------------
This communication may not represent the ACM or my employer's views,
if any, on the matters discussed.




-- 
Unsubscribe: https://lists.haxx.se/listinfo/curl-users
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2022-08-23