@@ -16,7 +16,7 @@ The :class:`neo4j.Driver` construction is done via a ``classmethod`` on the :cla
1616.. autoclass :: neo4j.GraphDatabase
1717 :members: bookmark_manager
1818
19- .. method :: driver
19+ .. automethod :: driver
2020
2121 Driver creation example:
2222
@@ -212,6 +212,8 @@ connection can be used to perform database related work.
212212-------------
213213Specify whether to use an encrypted connection between the driver and server.
214214
215+ This setting is only available for URI schemes ``bolt:// `` and ``neo4j:// `` (:ref: `uri-ref `).
216+
215217This setting does not have any effect if a custom ``ssl_context `` is configured.
216218
217219:Type: ``bool ``
@@ -312,6 +314,8 @@ For example:
312314---------
313315Specify how to determine the authenticity of encryption certificates provided by the Neo4j instance on connection.
314316
317+ This setting is only available for URI schemes ``bolt:// `` and ``neo4j:// `` (:ref: `uri-ref `).
318+
315319This setting does not have any effect if ``encrypted `` is set to ``False ``.
316320
317321:Type: ``neo4j.TRUST_SYSTEM_CA_SIGNED_CERTIFICATES ``, ``neo4j.TRUST_ALL_CERTIFICATES ``
@@ -342,6 +346,8 @@ This setting does not have any effect if ``encrypted`` is set to ``False``.
342346---------------
343347Specify a custom SSL context to use for wrapping connections.
344348
349+ This setting is only available for URI schemes ``bolt:// `` and ``neo4j:// `` (:ref: `uri-ref `).
350+
345351If given, ``encrypted `` and ``trusted_certificates `` have no effect.
346352
347353.. warning ::
@@ -361,6 +367,8 @@ If given, ``encrypted`` and ``trusted_certificates`` have no effect.
361367------------------------
362368Specify how to determine the authenticity of encryption certificates provided by the Neo4j instance on connection.
363369
370+ This setting is only available for URI schemes ``bolt:// `` and ``neo4j:// `` (:ref: `uri-ref `).
371+
364372This setting does not have any effect if ``encrypted `` is set to ``False `` or a
365373custom ``ssl_context `` is configured.
366374
0 commit comments