On 26.04.19 09:41, Jānis Pūris wrote:
What actual problem you are experiencing? Usually, getting a TCP reset is a normal event on TCP connections not necessarily related to any application level activity. A TCP reset is triggered as soon as a packet is being received on a "closed" connection. Such "late orphaned packet" may e.g. result from an ack for a
packet in transit by the time of close.
For more detailed information you might look at the exact sequence of packets being exchanged. This way, you might get better insight in what is happening and
better information on wether something is going wrong.
That you do experience TCP reset only with SSL being involved
might just be accidentally or be a consequence of SSL stack activities. It could even be caused by the way the (SSL) connection is being configured/set-up in the specific case. But nevertheless, it might be perfectly OK for such packets to be generated. So, please re-think why you are considering them problematic in the first place.
Regards Rainer |