Skip to content

Commit 69b91fd

Browse files
authored
Removed duplicate info and added a link to Connection guide (#401)
* Removed duplicate info and added a link to the Connection Troubleshooting Guide * PR feedback.
1 parent aa2b6d5 commit 69b91fd

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

source/faq.txt

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ FAQ
1515
General
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+
1825
Why are there two types of ``MongoClient`` in the Java driver?
1926
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2027

@@ -63,20 +70,6 @@ tasks with the ``MongoClientSettings`` class:
6370
For 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

8275
How Does Connection Pooling Work in the Java Driver?

0 commit comments

Comments
 (0)