• Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.3
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      We need to set proxy setting when connecting via:
      uri = ("mongodb://{}:{}@{}:{}").format(info['username'],
      info['password'],
      info['host1'],
      info['port'],
      info['host2'],
      info['port'])
      print("Connecting... ")
      print(uri)
      self.client = MongoClient(uri)
      self.db = self.client.get_database(info['database'])

      Is there support for this in MongoDB/PyMongo or we have to hack it someway?
      Thanks in advance.

            Assignee:
            jesse@mongodb.com A. Jesse Jiryu Davis
            Reporter:
            Konrad Konrad [X]
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: