Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major - P3
-
None
-
None
-
None
-
ALL
-
Description
When a client connects to mongod over SSL and executes the "copydbgetnonce" command, the server responds with the error:
{
|
"errmsg" : "exception: socket exception [CONNECT_ERROR] for ",
|
"code" : 9001,
|
"ok" : 0
|
}
|
The client-server connection itself works.