Karthikdasari0423 commented on issue #10660: URL: https://github.com/apache/trafficserver/issues/10660#issuecomment-1840768408
> Do you have acess to the ATS slack channel? it would be easy to talk over there. > > in any case, this is what I have on my config: > > ``` > server_ports: 8080 8080:ipv6 4443:ssl 4443:quic 4443:quic:ipv6 > ``` > > ipv4/6 works. > > > /opt/ats/bin/trafficserver restart > > I would make sure the pid changes when stop/restart if not, kill it manually and start it over again no, i don t have access to slack channel @brbzull0 Could you please share details i killed the process and started again, now ports are opened on ipv6 as well but curl is still showing same ``` root@ubuntu:/tmp# netstat -alpn | grep traffic tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 256970/traffic_serv tcp 0 0 0.0.0.0:4443 0.0.0.0:* LISTEN 256970/traffic_serv tcp6 0 0 :::8080 :::* LISTEN 256970/traffic_serv udp 0 0 127.0.0.1:19637 127.0.0.53:53 ESTABLISHED 256970/traffic_serv udp 0 0 0.0.0.0:4443 0.0.0.0:* 256970/traffic_serv udp6 0 0 :::4443 :::* 256970/traffic_serv unix 2 [ ACC ] STREAM LISTENING 2986304 256970/traffic_serv /opt/ats/var/trafficserver/jsonrpc20.sock unix 2 [ ] DGRAM CONNECTED 2986297 256970/traffic_serv unix 3 [ ] STREAM CONNECTED 2986299 256972/traffic_cras unix 3 [ ] STREAM CONNECTED 2986298 256970/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# ``` -- 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]
