Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-343

Support SSL connection to Mongodb

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 0.6
    • None
    • mongodb-connector
    • None

      The MongoClient supports SSL connections so it looks like there would need to be a couple configuration parameters 1) for the path to the truststore.jks and 2) another for the truststore password. You can then set the javax.net.ssl.trustStore within the code. Maybe the presence of those config parameters could then toggle the ssl option:
      MongoClientOptions.builder().sslEnabled(true).sslInvalidHostNameAllowed(true).build()

              jpechane Jiri Pechanec
              jbogenschneider Jeff Bogenschneider (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: