Application Hangs, Need help with packet Analysis
Hi,
I am troubleshooting an issue with an POS\Restaurant application that is hanging and has slow performance. Vendor had me send the a packet capture from one of the terminals. They are saying it looks like the firewall is causing the disconnects with the hosted system, but for troubleshooting we have firewall wide open. Can someone take a look at the following stream and let me know if it looks like the firewall would be causing an issue? To me, it looks like the terminal (10.215.50.101) is sending the RST after the communication was ended with a FIN packet and the server tried to send Encrypted Alert. I'm just not the greatest at Analysis.
1. 10.215.50.101 64.79.134.26 TCP 66 61398 → 443 [SYN] Seq=0 Win=8192 Len=0 MSS=1460 WS=256
2. 10.215.50.101 64.79.134.26 TCP 66 61398 → 443 [SYN] Seq=0 Win=8192 Len=0 MSS=1460 WS=256
3. 10.215.50.101 64.79.134.26 TCP 54 61398 → 443 [ACK] Seq=1 Ack=1 Win=66048 Len=0
4. 10.215.50.101 64.79.134.26 TLSv1.2 426 Client Hello
5. 64.79.134.26 10.215.50.101 TCP 60 443 → 61398 [ACK] Seq=1 Ack=373 Win=15872 Len=0
6. 64.79.134.26 10.215.50.101 TLSv1.2 163 Server Hello, Change Cipher Spec, Encrypted Handshake
7. 10.215.50.101 64.79.134.26 TLSv1.2 575 Change Cipher Spec, Encrypted Handshake Message
8. 64.79.134.26 10.215.50.101 TCP 60 443 → 61398 [ACK] Seq=110 Ack=894 Win=16896 Len=0
9. 10.215.50.101 64.79.134.26 TLSv1.2 464 Application Data
10. 64.79.134.26 10.215.50.101 TCP 60 443 → 61398 [ACK] Seq=110 Ack=1304 Win=17920 Len=0
11. 64.79.134.26 10.215.50.101 TLSv1.2 436 Application Data
12. 64.79.134.26 10.215.50.101 TLSv1.2 612 Application Data
13. 10.215.50.101 64.79.134.26 TCP 54 61398 → 443 [ACK] Seq=1304 Ack=1050 Win=65024 Len=0
14. 10.215.50.101 64.79.134.26 TCP 54 61398 → 443 [FIN, ACK] Seq=1304 Ack=1050 Win=65024 Len=0
15. 64.79.134.26 10.215.50.101 TLSv1.2 85 Encrypted Alert
16. 10.215.50.101 64.79.134.26 TCP 54 61398 → 443 [RST, ACK] Seq=1305 Ack=1081 Win=0 Len=0
17. 64.79.134.26 10.215.50.101 TCP 60 443 → 61398 [FIN, ACK] Seq=1081 Ack=1305 Win=17920 Len=0
Thanks in advance!
Without the frame times it's a little difficult to be sure, but it certainly seems as though it's the client initiating the connection close in frame 14.
Where was the capture made, client, server or somewhere in between?
The capture was made on the client. That's is what it seems like to me as well. Thank you for responding.