Skip to content

Commit be3ce3f

Browse files
merge ssl branch
1 parent 099759c commit be3ce3f

File tree

1 file changed

+1
-0
lines changed
  • mongodb_consistent_backup/Common

1 file changed

+1
-0
lines changed

mongodb_consistent_backup/Common/DB.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def client_opts(self):
7575
))
7676
self.read_pref_tags = self.read_pref_tags.replace(" ", "")
7777
opts["readPreferenceTags"] = self.read_pref_tags
78+
7879
if self.do_ssl():
7980
logging.debug("Using SSL-secured mongodb connection (ca_cert=%s, client_cert=%s, crl_file=%s, insecure=%s)" % (
8081
self.ssl_ca_file,

0 commit comments

Comments
 (0)