[SERVER-8736] 2 shards, ssl, one node in one shard has revoked cert, mongo shell loses connection to mongos intermittently Created: 26/Feb/13  Updated: 06/Dec/22

Status: Backlog
Project: Core Server
Component/s: Security, Sharding
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Major - P3
Reporter: Gregor Macadam Assignee: Backlog - Security Team
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
Assigned Teams:
Server Security
Participants:

 Description   

mongos> sh.status()
Tue Feb 26 15:01:33.539 error: {
	"$err" : "socket exception [CONNECT_ERROR] for rs2/ip-10-226-183-211:27017",
	"code" : 11002,
	"shard" : "config"
} src/mongo/shell/query.js:128
mongos> sh.status()
--- Sharding Status --- 
  sharding version: {
	"_id" : 1,
	"version" : 3,
	"minCompatibleVersion" : 3,
	"currentVersion" : 4,
	"clusterId" : ObjectId("512cb9cece86eb598e679d38")
}
  shards:
	{  "_id" : "rs1",  "host" : "rs1/ip-10-227-118-139:27017,ip-10-227-197-90:27017" }
	{  "_id" : "rs2",  "host" : "rs2/ip-10-226-183-211:27017" }
  databases:
	{  "_id" : "admin",  "partitioned" : false,  "primary" : "config" }
	{  "_id" : "test",  "partitioned" : true,  "primary" : "rs1" }
 



 Comments   
Comment by Gregor Macadam [ 26/Feb/13 ]

CAFile, CRLFile being used.

Generated at Thu Feb 08 03:18:16 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.