How to connect to MongoDB using SSL from spring boot client when server side is preferSSL mode enabled?
MongoDB Cluster has enabled Server side preferSSL mode. How to ensure that my spring boot java code connects using tls/ssl to communicate to DB.
How to configure mongodb with .pem file as certificate in springboot?
I’ve tried few options connecting to mongodb using ssl with .pem file as certificate and facing issue from local.