Karthikdasari0423 commented on issue #10660:
URL:
https://github.com/apache/trafficserver/issues/10660#issuecomment-1840732525
Thank you @bryancall
i have added same to conf file
```
---
ts:
http:
server_ports: 8080 8080:ipv6 4443:ssl 4443:quic:ipv6
---
```
and restarted apache
```
root@ubuntu:/tmp# /opt/ats/bin/trafficserver restart
* Restarting Apache Traffic Server trafficserver
[ OK ]
root@ubuntu:/tmp# /opt/ats/bin/trafficserver status
* traffic_server is running
root@ubuntu:/tmp#
```
but still netstat is not showing port is open ipv6 port's and curl is giving
same error
```
root@ubuntu:/tmp# netstat -alpn | grep traffic
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN
255623/traffic_serv
tcp 0 0 0.0.0.0:4443 0.0.0.0:* LISTEN
255623/traffic_serv
udp 0 0 127.0.0.1:59163 127.0.0.53:53
ESTABLISHED 255623/traffic_serv
udp 0 0 0.0.0.0:4443 0.0.0.0:*
255623/traffic_serv
unix 2 [ ACC ] STREAM LISTENING 2514844
255623/traffic_serv /opt/ats/var/trafficserver/jsonrpc20.sock
unix 2 [ ] DGRAM CONNECTED 2514837
255623/traffic_serv
unix 3 [ ] STREAM CONNECTED 2514839
255625/traffic_cras
unix 3 [ ] STREAM CONNECTED 2514838
255623/traffic_serv
root@ubuntu:/tmp#
```
```
root@ubuntu:/tmp# /opt/bin/curl -k -v --http3
https://127.0.0.1:4443/cache/1024
* processing: https://127.0.0.1:4443/cache/1024
* Trying 127.0.0.1:4443...
* Trying 127.0.0.1:4443...
* Trying 127.0.0.1:4443...
* Connected to 127.0.0.1 (127.0.0.1) port 4443
* ALPN: offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to 127.0.0.1:4443
* Trying 127.0.0.1:4443...
* Trying 127.0.0.1:4443...
* Trying 127.0.0.1:4443...
* Trying 127.0.0.1:4443...
* Trying 127.0.0.1:4443...
^C
root@ubuntu:/tmp#
```
am i still missing anything here @bryancall
--
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]