We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099759c commit be3ce3fCopy full SHA for be3ce3f
mongodb_consistent_backup/Common/DB.py
@@ -75,6 +75,7 @@ def client_opts(self):
75
))
76
self.read_pref_tags = self.read_pref_tags.replace(" ", "")
77
opts["readPreferenceTags"] = self.read_pref_tags
78
+
79
if self.do_ssl():
80
logging.debug("Using SSL-secured mongodb connection (ca_cert=%s, client_cert=%s, crl_file=%s, insecure=%s)" % (
81
self.ssl_ca_file,
0 commit comments