diff --git a/mbs/mongo_utils.py b/mbs/mongo_utils.py index ec172b9..6a70c09 100644 --- a/mbs/mongo_utils.py +++ b/mbs/mongo_utils.py @@ -689,7 +689,7 @@ def _get_server_status(self): try: server_status_cmd = SON([('serverStatus', 1)]) server_status = self.admin_db.command(server_status_cmd) - ignored_props = ["locks", "recordStats", "$gleStats", "wiredTiger"] + ignored_props = ["locks", "recordStats", "$gleStats", "wiredTiger", "transportSecurity"] # IMPORTANT NOTE: We remove the "locks" property # which is introduced in 2.2.0 to avoid having issues if a client # tries to save the returned document. this is because "locks"