MongoDB Reader connection with SSL

I am using MongoDB with SSL on a sharded cluster and I cannot seem to connect using the MongoDB Reader. I am using a CA certificate *.pem file, but I don't see any place to provide this information to MongoDB Reader or anywhere else. 

 

ERROR MongoDB Reader       2:1        Execute failed: Timed out after 10000 ms while waiting to connect. Client view of cluster state is {type=Unknown, servers=[{address=server:port, type=Unknown, state=Connecting, exception={com.mongodb.MongoException$Network: Exception opening the socket}, caused by {java.io.EOFException}}]

 

But when I use MongoDB without SSL on mlab.com, I am able to connect.

 

Is there a driver I need to install in KNIME order to read the SSL certificate from MongoDB properly to access my data?

3 Likes