brbzull0 commented on issue #10951:
URL: 
https://github.com/apache/trafficserver/issues/10951#issuecomment-1864238420

   @Karthikdasari0423 try using the hostname(`localhost`) instead of the ip 
address, I suspect this is related to nghttp2 issue(or misuse  not sure).
   
   ```
   ✔ ~/code/curl [curl-8_5_0|⚑ 1] 
   11:27 $ /optnew/bin/curl -k --http3 https://localhost:4443/cache/10 -v
   * Host localhost:4443 was resolved.
   * IPv6: ::1
   * IPv4: 127.0.0.1
   *   Trying [::1]:4443...
   * QUIC cipher selection: 
TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_CCM_SHA256
   * Skipped certificate verification
   * Connected to localhost (::1) port 4443
   * using HTTP/3
   * [HTTP/3] [0] OPENED stream for https://localhost:4443/cache/10
   * [HTTP/3] [0] [:method: GET]
   * [HTTP/3] [0] [:scheme: https]
   * [HTTP/3] [0] [:authority: localhost:4443]
   * [HTTP/3] [0] [:path: /cache/10]
   * [HTTP/3] [0] [user-agent: curl/8.5.0-DEV]
   * [HTTP/3] [0] [accept: */*]
   > GET /cache/10 HTTP/3
   > Host: localhost:4443
   > User-Agent: curl/8.5.0-DEV
   > Accept: */*
   > 
   < HTTP/3 200 
   < content-length: 10
   < cache-control: max-age=86400, public
   < last-modified: Wed, 20 Dec 2023 10:30:09 GMT
   < date: Wed, 20 Dec 2023 10:30:09 GMT
   < age: 0
   < via: http/1.1 traffic_server (ApacheTrafficServer/10.0.0 [uScSsSfUpSeN:t 
cCSp sS])
   < server: ATS/10.0.0
   < 
   * Connection #0 to host localhost left intact
   xxxxxxxxxx
   ✔ ~/code/curl [curl-8_5_0|⚑ 1] 
   ```


-- 
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]

Reply via email to