ERR_CONNECTION_RESET - RST
A client of ours is using our web application that randomly comes across ERR_CONNECTION_RESET
. We have asked them to monitor their network traffic and they have sent us a wireshark log. We do see behavior in this log that shows [RST] but we do not know enough about interpreting these logs to come to a conclusion. Can anyone please shed some light on these logs for us?
Thanks in advance!
That log file isn't in any file format that Wireshark can read. It also doesn't appear to be a text file. What software produced that file?
Hey Guy, sorry, it appears the text file has been corrupted in the upload (I think file size was larger than the FTP server allowed). I have zipped it and corrected the link in my post. Apologies and thank you for willing to take a look.
Or perhaps either
1) the FTP software thought it was a text file and thought it had to "convert" between Windows and UN*X line endings
or
2) the upload worked, but the server thinks it's a text file, so when I download it over HTTP that "conversion" is done.
The file is NOT a text file, it's a pcapng file, which is a binary file. The pcapng file format deliberately begins with a sequence of characters that will be damaged by the process of converting text files; this was done to detect capture files that were damaged by being transferred as text files (other parts of the file will also be damaged, so it's important to detect that damage; unfortunately, the damage is not ...(more)
Whatever happened, the file is now downloadable and readable in Wireshark