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 15
15
General
16
16
-------
17
17
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
+
18
25
Why are there two types of ``MongoClient`` in the Java driver?
19
26
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20
27
@@ -63,20 +70,6 @@ tasks with the ``MongoClientSettings`` class:
63
70
For more information on the ``MongoClientSettings`` class, see the
64
71
`API Documentation for MongoClientSettings <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoClientSettings.html>`__.
65
72
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
-
80
73
.. _java-faq-connection-pool:
81
74
82
75
How Does Connection Pooling Work in the Java Driver?
You can’t perform that action at this time.
0 commit comments