If that was the issue, you can also import those PEM files into a Java Keystore (.jks) file and configure the SSL Context Service your Mongo processors use to reference it as a truststore.
Andy LoPresto [email protected] [email protected] He/Him PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > On Jun 15, 2020, at 6:36 PM, Trevor Dunn <[email protected]> wrote: > > FYI for those that might be looking for the same thing. > > Yes the mongodb processors work with Amazon DocumentDB. However in order to > get the SSL to work you need to break the .pem file from Amazon into its > individual keys and then import the certificates individually into the > cacerts file for the java runtime that is running Nifi. Restart NiFi and > hopefully it will work for you. > > > > From: Trevor Dunn <[email protected] > <mailto:[email protected]>> > Sent: Monday, June 15, 2020 2:21 PM > To: [email protected] <mailto:[email protected]> > Subject: AmazonDocumentDB > > [CAUTION] EXTERNAL EMAIL .. > > Hi All. > > Has anyone used the Mongodb processors to connect to Amazon DocumentDB. > > I am getting an issue connecting but the mongo shell connects fine. > > Thanks > Trevor > > > This e-mail, including accompanying communications and attachments, is > strictly confidential and only for the intended recipient. Any retention, use > or disclosure not expressly authorised by IHSMarkit is prohibited. This email > is subject to all waivers and other terms at the following link: > https://ihsmarkit.com/Legal/EmailDisclaimer.html > <https://ihsmarkit.com/Legal/EmailDisclaimer.html> > > Please visit www.ihsmarkit.com/about/contact-us.html > <http://www.ihsmarkit.com/about/contact-us.html> for contact information on > our offices worldwide. > > > This e-mail, including accompanying communications and attachments, is > strictly confidential and only for the intended recipient. Any retention, use > or disclosure not expressly authorised by IHSMarkit is prohibited. This email > is subject to all waivers and other terms at the following link: > https://ihsmarkit.com/Legal/EmailDisclaimer.html > <https://ihsmarkit.com/Legal/EmailDisclaimer.html> > > Please visit www.ihsmarkit.com/about/contact-us.html > <http://www.ihsmarkit.com/about/contact-us.html> for contact information on > our offices worldwide.
