@@ -16,7 +16,7 @@ The :class:`neo4j.Driver` construction is done via a ``classmethod`` on the :cla
16
16
.. autoclass :: neo4j.GraphDatabase
17
17
:members: bookmark_manager
18
18
19
- .. method :: driver
19
+ .. automethod :: driver
20
20
21
21
Driver creation example:
22
22
@@ -212,6 +212,8 @@ connection can be used to perform database related work.
212
212
-------------
213
213
Specify whether to use an encrypted connection between the driver and server.
214
214
215
+ This setting is only available for URI schemes ``bolt:// `` and ``neo4j:// `` (:ref: `uri-ref `).
216
+
215
217
This setting does not have any effect if a custom ``ssl_context `` is configured.
216
218
217
219
:Type: ``bool ``
@@ -312,6 +314,8 @@ For example:
312
314
---------
313
315
Specify how to determine the authenticity of encryption certificates provided by the Neo4j instance on connection.
314
316
317
+ This setting is only available for URI schemes ``bolt:// `` and ``neo4j:// `` (:ref: `uri-ref `).
318
+
315
319
This setting does not have any effect if ``encrypted `` is set to ``False ``.
316
320
317
321
: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``.
342
346
---------------
343
347
Specify a custom SSL context to use for wrapping connections.
344
348
349
+ This setting is only available for URI schemes ``bolt:// `` and ``neo4j:// `` (:ref: `uri-ref `).
350
+
345
351
If given, ``encrypted `` and ``trusted_certificates `` have no effect.
346
352
347
353
.. warning ::
@@ -361,6 +367,8 @@ If given, ``encrypted`` and ``trusted_certificates`` have no effect.
361
367
------------------------
362
368
Specify how to determine the authenticity of encryption certificates provided by the Neo4j instance on connection.
363
369
370
+ This setting is only available for URI schemes ``bolt:// `` and ``neo4j:// `` (:ref: `uri-ref `).
371
+
364
372
This setting does not have any effect if ``encrypted `` is set to ``False `` or a
365
373
custom ``ssl_context `` is configured.
366
374
0 commit comments