johnlpage / POCDriver

Workload Driver for MongoDB in Java
Other
204 stars 87 forks source link

Added docs on connecting with TLS/SSL #57

Closed applejag closed 1 year ago

applejag commented 1 year ago

Was banging my head against the wall for a while with this, and then found the solution. Thought it might be nice to add to the README.

Doing SSL stuff in Java is maybe obvious for some, but as I'm not a frequent Java user, I found this quite difficult.