brbzull0 commented on issue #10660:
URL:
https://github.com/apache/trafficserver/issues/10660#issuecomment-1838740465
Hi @Karthikdasari0423 , sorry for the delay.
It seems curl is trying to use ipv6:
```
* Trying [::1]:4443...
```
And based on your config, the port isn't
[enable](https://docs.trafficserver.apache.org/en/latest/admin-guide/files/records.yaml.en.html#proxy.config.http.server_ports)
for ipv6,
I would add `:ipv6` as a descriptor so you bind it to ipv6 too.
Hope it helps.
Thanks
--
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]