File tree Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change 1515General
1616-------
1717
18+ What if I can't connect to a MongoDB instance?
19+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20+
21+ If you have trouble connecting to a MongoDB deployment, see
22+ the :ref:`Connection Troubleshooting Guide <java-connection-troubleshooting>`
23+ for possible solutions.
24+
1825Why are there two types of ``MongoClient`` in the Java driver?
1926~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2027
@@ -63,20 +70,6 @@ tasks with the ``MongoClientSettings`` class:
6370For more information on the ``MongoClientSettings`` class, see the
6471`API Documentation for MongoClientSettings <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoClientSettings.html>`__.
6572
66- How do I fix: "javax.net.ssl.SSLHandshakeException: extension (5) should not be presented in certificate_request"?
67- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68-
69- This is a `known error
70- <https://bugs.openjdk.java.net/browse/JDK-8236039>`__ that can occur
71- when using the TLS 1.3 protocol with specific versions of the JDK. If
72- you encounter this error when connecting to your MongoDB instance or
73- cluster, update your JDK to one of the following patch versions or
74- newer:
75-
76- - JDK 11.0.7
77- - JDK 13.0.3
78- - JDK 14.0.2
79-
8073.. _java-faq-connection-pool:
8174
8275How Does Connection Pooling Work in the Java Driver?
You can’t perform that action at this time.
0 commit comments