Updates:
Status: Assigned
Owner:
a...@chromium.org
Cc:
nik...@chromium.org
Labels: -Action-FeedbackNeeded
Comment #7 on issue 178672 by
kenji...@chromium.org: 103 error at SSL
sites
http://code.google.com/p/chromium/issues/detail?id=178672
I think these are the interesting parts:
for log attached to #5:
t=1362018301931 [st= 0] +SOCKET_ALIVE [dt=57]
--> source_dependency = 2089 (CONNECT_JOB)
t=1362018301931 [st= 0] +TCP_CONNECT [dt=13]
--> address_list = ["
210.199.175.10:443"]
t=1362018301931 [st= 0] TCP_CONNECT_ATTEMPT [dt=13]
--> address = "
210.199.175.10:443"
t=1362018301944 [st=13] -TCP_CONNECT
--> source_address = "
192.168.147.4:59139"
t=1362018301944 [st=13] +SOCKET_IN_USE [dt=44]
--> source_dependency = 2088 (CONNECT_JOB)
t=1362018301944 [st=13] +SSL_CONNECT [dt=44]
t=1362018301944 [st=13] SOCKET_BYTES_SENT
--> byte_count = 198
t=1362018301957 [st=26] SOCKET_BYTES_RECEIVED
--> byte_count = 1280
t=1362018301958 [st=27] SOCKET_BYTES_RECEIVED
--> byte_count = 1280
t=1362018301969 [st=38] SOCKET_BYTES_RECEIVED
--> byte_count = 345
t=1362018301972 [st=41] SOCKET_BYTES_SENT
--> byte_count = 310
t=1362018301988 [st=57] SOCKET_READ_ERROR
--> net_error = -103 (ERR_CONNECTION_ABORTED)
--> os_error = 0
t=1362018301988 [st=57] SSL_HANDSHAKE_ERROR
--> net_error = -103 (ERR_CONNECTION_ABORTED)
--> ssl_lib_error = -5928
t=1362018301988 [st=57] SOCKET_READ_ERROR
--> net_error = -101 (ERR_CONNECTION_RESET)
--> os_error = 10054
t=1362018301988 [st=57] -SSL_CONNECT
--> net_error = -103 (ERR_CONNECTION_ABORTED)
t=1362018301988 [st=57] -SOCKET_IN_USE
t=1362018301988 [st=57] -SOCKET_ALIVE
For the log attached to #6:
t=1362020631382 [st= 0] +SOCKET_ALIVE [dt=141]
--> source_dependency = 285 (CONNECT_JOB)
t=1362020631382 [st= 0] +TCP_CONNECT [dt=11]
--> address_list = ["
211.18.191.77:443"]
t=1362020631382 [st= 0] TCP_CONNECT_ATTEMPT [dt=11]
--> address = "
211.18.191.77:443"
t=1362020631393 [st= 11] -TCP_CONNECT
--> source_address = "
192.168.147.4:59309"
t=1362020631394 [st= 12] +SOCKET_IN_USE [dt=129]
--> source_dependency = 284 (CONNECT_JOB)
t=1362020631394 [st= 12] +SSL_CONNECT [dt=129]
t=1362020631394 [st= 12] SOCKET_BYTES_SENT
--> byte_count = 188
t=1362020631405 [st= 23] SOCKET_BYTES_RECEIVED
--> byte_count = 1280
t=1362020631405 [st= 23] SOCKET_BYTES_RECEIVED
--> byte_count = 1280
t=1362020631509 [st=127] SOCKET_BYTES_RECEIVED
--> byte_count = 123
t=1362020631511 [st=129] SOCKET_BYTES_SENT
--> byte_count = 182
t=1362020631522 [st=140] SOCKET_READ_ERROR
--> net_error = -103
(ERR_CONNECTION_ABORTED)
--> os_error = 0
t=1362020631523 [st=141] SSL_HANDSHAKE_ERROR
--> net_error = -103
(ERR_CONNECTION_ABORTED)
--> ssl_lib_error = -5928
t=1362020631523 [st=141] SOCKET_READ_ERROR
--> net_error = -101 (ERR_CONNECTION_RESET)
--> os_error = 10054
t=1362020631523 [st=141] -SSL_CONNECT
--> net_error = -103 (ERR_CONNECTION_ABORTED)
t=1362020631523 [st=141] -SOCKET_IN_USE
t=1362020631523 [st=141] -SOCKET_ALIVE
agl@: do you need the actual bytes sent/received or is this enough for a
start?