bneradt commented on issue #9067:
URL: https://github.com/apache/trafficserver/issues/9067#issuecomment-1230450071
I created a docker container with our CI. It looks like ATS has the QUIC
feature built in:
```
[root@97e217d348ae tests]# /tmp/ats/bin/traffic_layout --features --json |
grep QUIC
"TS_USE_QUIC": 1,
```
But curl somehow no longer advertises `http3` support:
```
[root@97e217d348ae tests]# which curl
/opt/bin/curl
[root@97e217d348ae tests]# curl --version
curl 7.79.0-DEV (x86_64-pc-linux-gnu) libcurl/7.79.0-DEV OpenSSL/1.1.1m
zlib/1.2.11 brotli/1.0.6 zstd/1.4.4 nghttp2/1.45.0-DEV
Release-Date: [unreleased]
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3
pop3s rtsp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IPv6 Largefile
libz NTLM NTLM_WB SSL TLS-SRP UnixSockets zstd
[root@97e217d348ae tests]# curl --version | grep http3
[root@97e217d348ae tests]#
```
So the problem is with the CI's version of curl. I'll take this opportunity
to update our OpenSSL version on CI and see whether I can fix our built version
of curl to have `http3` support again.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]