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

   @brbzull0 correct, when i use ```localhost``` connection is fine
   ```
   root@ubuntu:~# curl -k -v --http3-only https://localhost:4443/cache/1024
   * 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/1024
   * [HTTP/3] [0] [:method: GET]
   * [HTTP/3] [0] [:scheme: https]
   * [HTTP/3] [0] [:authority: localhost:4443]
   * [HTTP/3] [0] [:path: /cache/1024]
   * [HTTP/3] [0] [user-agent: curl/8.5.1-DEV]
   * [HTTP/3] [0] [accept: */*]
   > GET /cache/1024 HTTP/3
   > Host: localhost:4443
   > User-Agent: curl/8.5.1-DEV
   > Accept: */*
   >
   < HTTP/3 200
   < content-length: 1024
   < cache-control: max-age=86400, public
   < last-modified: Wed, 20 Dec 2023 05:19:21 GMT
   < date: Wed, 20 Dec 2023 05:19:21 GMT
   < age: 21887
   < via: http/1.1 traffic_server (ApacheTrafficServer/10.0.0 [uScRs f p eN:t 
cCHp s ])
   < server: ATS/10.0.0
   <
   
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx* Connection #0 to host localhost left intact
   root@ubuntu:~#
   ```


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