ant5 commented on issue #13389: URL: https://github.com/apache/trafficserver/issues/13389#issuecomment-4990151938
I think this is a problematic request (from attached tcpdump): ``` 50 1.012233 89.125.138.120 72.167.35.147 TCP 74 17183 → 443 [SYN] Seq=0 Win=65535 Len=0 MSS=1460 WS=64 SACK_PERM TSval=3150110415 TSecr=0 81 1.178293 72.167.35.147 89.125.138.120 TCP 74 443 → 17183 [SYN, ACK] Seq=0 Ack=1 Win=65160 Len=0 MSS=1460 SACK_PERM TSval=1151517282 TSecr=3150110415 WS=128 82 1.178338 89.125.138.120 72.167.35.147 TCP 66 17183 → 443 [ACK] Seq=1 Ack=1 Win=65728 Len=0 TSval=3150110584 TSecr=1151517282 84 1.178958 89.125.138.120 72.167.35.147 TLSv1.3 808 Client Hello (SNI=docs.trafficserver.apache.org) 138 1.345052 72.167.35.147 89.125.138.120 TCP 66 443 → 17183 [ACK] Seq=1 Ack=743 Win=64512 Len=0 TSval=1151517448 TSecr=3150110584 139 1.346444 72.167.35.147 89.125.138.120 TLSv1.3 348 Server Hello, Change Cipher Spec, Application Data, Application Data 147 1.387015 89.125.138.120 72.167.35.147 TCP 66 17183 → 443 [ACK] Seq=743 Ack=283 Win=65472 Len=0 TSval=3150110785 TSecr=1151517450 227 6.174034 89.125.138.120 72.167.35.147 TCP 66 17183 → 443 [FIN, ACK] Seq=743 Ack=283 Win=65728 Len=0 TSval=3150115574 TSecr=1151517450 231 6.359658 72.167.35.147 89.125.138.120 TLSv1.3 90 Application Data 232 6.359671 72.167.35.147 89.125.138.120 TCP 66 443 → 17183 [FIN, ACK] Seq=307 Ack=744 Win=64512 Len=0 TSval=1151522462 TSecr=3150115574 233 6.359910 89.125.138.120 72.167.35.147 TCP 54 17183 → 443 [RST] Seq=744 Win=0 Len=0 234 6.359929 89.125.138.120 72.167.35.147 TCP 54 17183 → 443 [RST] Seq=744 Win=0 Len=0 ``` The frustrating thing that ATS seems to send no data (request) to origin after TLS handshake and after ~5 seconds closed the connection. May be 5 seconds related to config "connect_attempts_timeout: 5". But connection exist. -- 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]
