duke8253 commented on issue #9889:
URL: https://github.com/apache/trafficserver/issues/9889#issuecomment-1783013277

   Seems like this has been fixed 
   
   ```
   $ time ./curl -vvv --http3-only -o /dev/null -s 
https://docs.trafficserver.apache.org/en/latest
   * processing: https://docs.trafficserver.apache.org/en/latest
   *   Trying 72.167.35.147:443...
   *  CAfile: /etc/pki/tls/certs/ca-bundle.crt
   *  CApath: none
   *  subjectAltName: host "docs.trafficserver.apache.org" matched cert's 
"docs.trafficserver.apache.org"
   * Verified certificate just fine
   * Connected to docs.trafficserver.apache.org (72.167.35.147) port 443
   * using HTTP/3
   * Using HTTP/3 Stream ID: 0
   > GET /en/latest HTTP/3
   > Host: docs.trafficserver.apache.org
   > User-Agent: curl/8.2.1-DEV
   > Accept: */*
   >
   < HTTP/3 200
   < date: Thu, 26 Oct 2023 20:43:00 GMT
   < server: ATS/10.0.0
   < last-modified: Wed, 18 Oct 2023 21:17:53 GMT
   < accept-ranges: bytes
   < content-length: 14335
   < content-type: text/html
   < etag: "37ff-608042c192240"
   < age: 63860
   < strict-transport-security: max-age=17280000
   < via: http/1.1 traffic_server (ApacheTrafficServer/10.0.0 [cRs f ])
   < cache-control: max-age=300, private
   <
   { [14335 bytes data]
   * Connection #0 to host docs.trafficserver.apache.org left intact
   
   real 0m0.331s
   user 0m0.019s
   sys  0m0.007s
   ```


-- 
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: issues-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to