-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Security
-
None
-
ALL
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.