Client system not sending FIN,ACK back to server

asked 2023-06-20 15:08:42 +0000

Hi,

I'm facing this issue since long time, gone through some articles seems those are not useful hence posting here. After application data exchange Server sent FIN,ACK request after that server team expecting the FIN,ACK back from client- as this packet not sent by client to server backend team stating that due to this session initiation which gets stopped ungracefully before the session can be initiated, hence client terminating the session prematurely.

Is above statement is correct? Need suggestions please. Thanks in Advance.

edit retag flag offensive close merge delete

Comments

Where is the capture point; the client, the server or in-between?

grahamb gravatar imagegrahamb ( 2023-06-20 15:43:26 +0000 )edit

packet capture taken at client side

sandeepk gravatar imagesandeepk ( 2023-06-21 06:11:10 +0000 )edit

And in that capture did you see the FIN, ACK from the client to the server?

If yes, then the issue lies in the path between the client and the server.

If no, then the issue is with the client.

grahamb gravatar imagegrahamb ( 2023-06-21 07:57:39 +0000 )edit