I am able to enable an SSL connection on the MongoDB driver, but I cannot find a way to share the necessary .pem file. How do I point the Mongo driver at this certificate for an SSL connection? Here is the error I am getting;
java.security.cert.CertificateException: No subject alternative DNS name matching localhost found.
1 Comment
D
Dmitry Palagin
said
2 months ago
Hi,
This was fixed in the the latest release of DbVisualizer (23.1). To upgrade, open Help -> Check for Update.
MasStage Udstrand
I am able to enable an SSL connection on the MongoDB driver, but I cannot find a way to share the necessary .pem file. How do I point the Mongo driver at this certificate for an SSL connection? Here is the error I am getting;
java.security.cert.CertificateException: No subject alternative DNS name matching localhost found.