This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

ACK request is sent after 3 seconds after [RST, ACK]. HTTPWATCHER says ERROR_INTERNET_CONNECTION_RESET

0

Hi, sometimes I get error, I use HTTPWATCHER, it says ERROR_INTERNET_CONNECTION_RESET + 10.801 1 1.374 570 4549 GET ERROR_INTERNET_CONNECTION_RESET json http://XXX/customers/42239

Wireshark shows

3075    60.313958000    10.61.21.55 10.61.21.136    TCP 66  50  51374→8080 [SYN] Seq=0 Win=8192 Len=0 MSS=1460 WS=256 SACK_PERM=1
3077    60.314483000    10.61.21.136    10.61.21.55 TCP 66  50  8080→51374 [SYN, ACK] Seq=0 Ack=1 Win=5840 Len=0 MSS=1460 SACK_PERM=1 WS=128
3078    60.314528000    10.61.21.55 10.61.21.136    TCP 54  50  51374→8080 [ACK] Seq=1 Ack=1 Win=65536 Len=0
3082    60.315901000    10.61.21.55 10.61.21.136    HTTP    501 50  GET /XXX/customers/42239 HTTP/1.1 
3084    60.316415000    10.61.21.136    10.61.21.55 TCP 60  50  8080→51374 [ACK] Seq=1 Ack=448 Win=6912 Len=0
3115    63.459427000    10.61.21.55 10.61.21.136    TCP 54  50  51374→8080 [RST, ACK] Seq=448 Ack=1 Win=0 Len=0

All request from IE11 Help understand reasons

asked 10 Sep '15, 02:16

dimontmp's gravatar image

dimontmp
6113
accept rate: 0%

edited 10 Sep '15, 04:40

grahamb's gravatar image

grahamb ♦
19.8k330206

Can you share a capture in a publicly accessible spot, e.g. CloudShark?

(10 Sep '15, 04:38) Jaap ♦

The client got no answer from the server for 3 seconds. And at the end the client terminates the session.

(10 Sep '15, 12:43) Christian_R

One Answer:

1

Looking at the timestamps and ip addresses you are talking to a local proxy server. alt text

Maybe your proxy administrator doesn't allow traffic to the website you tried to access.

answered 10 Sep '15, 21:58

mrEEde's gravatar image

mrEEde
3.9k152270
accept rate: 20%