Fork me on GitHub
#clojure
<
2022-03-13
>
Andreas Guther19:03:10

How to Configure TLS with Monger? I already posted a question in #beginners but that might be not the right channel. In short I am having major problems figuring out how to configure Monger to connect via TLS to our AWS DocumentDB. I went through adding the PEM file to a new keystore but cannot figure out how to make that work with Monger and so far could not find anything helpful online. Has anyone got that to work and would like to share the steps?

Cora (she/her)19:03:31

for the java mongo driver itself, which this uses under the hood, here's how to connect over ssl https://mongodb.github.io/mongo-java-driver/3.12/driver/tutorials/ssl/

Cora (she/her)19:03:27

so you can translate between the two in order to get what you want

Andreas Guther02:03:47

@U02N27RK69K - Thank you for your pointers. I need a few more days before I can come back to this problem.

1