On Feb 14, 2015, at 11:51 AM, Jacques Distler <dist...@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


_______________________________________________
calendarserver-users mailing list
calendarserver-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/calendarserver-users

Reply via email to