Using the test from ./SERVER-10261, the server logs the following when the client closes the socket:
2013-10-07T21:48:42.146+0000 [conn743] ERROR: SSL network connection closed 2013-10-07T21:48:42.146+0000 [conn743] SocketException: remote: 71.174.235.203:61868 error: 9001 socket exception [CONNECT_ERROR] 2013-10-07T21:48:42.146+0000 [conn743] end connection 71.174.235.203:61868 (105 connections now open)
A client closing a socket should not be logged as an ERROR, as this is a normally expected event.
- duplicates
-
SERVER-10968 Improved SSL error handling
- Closed