-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Security
-
None
-
ALL
-
-
Platforms 2018-05-21
I get backtraces on 4 members of a MongoDB 3.7.9 sharded cluster while attempting an SSL downgrade from requireSSL to preferSSL. The downgrade was attempted by restarting MongoDB with sslMode set to preferSSL.
This is a 2-shard cluster with each shard having 3 members, 1 of which is an arbiter. There are 3 config servers and 2 mongoses.
The cluster first went through an upgrade of SSL from disabled to requireSSL. This was done by first restarting each member with allowSSL. Then there was one round of upgrading to preferSSL using setParameter, and then another round of setParameter to get to requireSSL.
Then after that the downgrade was attempted (via restarting, not setParameter).
I am attaching log files for all cluster members. The following log files show backtraces:
mongos2.2018-05-04T09-17-03.log
shardA-2.2018-05-04T09-16-25.log
shardB-1.2018-05-04T09-16-27.log
shardB-3.2018-05-04T09-16-28.log
- duplicates
-
SERVER-34901 Extend lifetime of tlconnections
- Closed