Hello,
While I understand this may not be the most appropriate place or repo for my issue I am just seeking help with running --http3 command following the Cloudflare Quick & HTTP3 article (https://blog.cloudflare.com/http3-the-past-present-and-future/) and I'm hoping this is the fastest and most active way.
I have followed the instruction for "If you're running macOS, we've also made it easy to install an HTTP/3 equipped version of curl via Homebrew"
Step 1) Install Homebrew Curl
$ brew install --HEAD -s https://raw.githubusercontent.com/cloudflare/homebrew-cloudflare/master/curl.rb
Step 2) Added Homebrew curl path to bash profile and checked along with version.
$ curl -V
curl 7.69.0-DEV (x86_64-apple-darwin18.7.0) libcurl/7.69.0-DEV SecureTransport zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0 librtmp/2.3
Release-Date: [unreleased]
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS brotli IDN IPv6 Largefile libz NTLM NTLM_WB SSL UnixSockets
$ which curl
/usr/local/opt/curl/bin/curl
$ curl-config --version
libcurl 7.69.0-DEV
Step 4) THE ISSUE
When I run the example command it says libcurl version doesn't support this.
$ curl -I https://blog.cloudflare.com/ --http3
curl: option --http3: the installed libcurl version doesn't support this
curl: try 'curl --help' or 'curl --manual' for more information
I can find very little information on this online...So I'm hoping someone would be able to help.
Tony
Hello,
While I understand this may not be the most appropriate place or repo for my issue I am just seeking help with running --http3 command following the Cloudflare Quick & HTTP3 article (https://blog.cloudflare.com/http3-the-past-present-and-future/) and I'm hoping this is the fastest and most active way.
I have followed the instruction for "If you're running macOS, we've also made it easy to install an HTTP/3 equipped version of curl via Homebrew"
Step 1) Install Homebrew Curl
$ brew install --HEAD -s https://raw.githubusercontent.com/cloudflare/homebrew-cloudflare/master/curl.rbStep 2) Added Homebrew curl path to bash profile and checked along with version.
Step 4) THE ISSUE
When I run the example command it says libcurl version doesn't support this.
I can find very little information on this online...So I'm hoping someone would be able to help.
Tony