[CalendarServer-users] Connection aborted - took too long to close

Andre LaBranche dre at apple.com
Sat Feb 14 15:57:31 PST 2015


On Feb 14, 2015, at 11:51 AM, Jacques Distler <distler at golem.ph.utexas.edu> wrote:

> I guess I will have to find a way to get a useful-looking dump of the TCP connection. But simply changing which user's calendar I fetch changes the result.

1) Capture the entire port on the server and write to a file, eg
tcpdump -i en0 -w caldavs.libcap tcp port 8443

2) Reproduce the problem

3) stop the tcpdump.

4) note the client port mentioned in the error log message

5) select that connection from the capture file:

tcpdump -r caldavs.libcap tcp port xxxxx

-dre




More information about the calendarserver-users mailing list