You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/security/ssl-framework.adoc
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The SSL framework provides support for securing the following Neo4j communicatio
7
7
8
8
* `bolt` (port - `7687`)
9
9
* `https` (port - `7473`)
10
-
* `cluster` (ports - `5000`, `6000`, and `7000`)
10
+
* `cluster` (ports - `5000`, `6000`, `7000`, and `7688`)
11
11
* `backups` (port - `6362`)
12
12
13
13
This page describes how to set up SSL within your environment, how to view, validate, and test the certificates.
@@ -272,6 +272,9 @@ Each policy needs to be explicitly enabled by setting:
272
272
273
273
Bolt protocol is based on the link:https://neo4j.com/docs/bolt/current/packstream/[PackStream serialization] and supports the Cypher type system, protocol versioning, authentication, and TLS via certificates.
274
274
For Neo4j clusters, Bolt provides smart client routing with load balancing and failover.
275
+
When server side routing is enabled, an additional Bolt port is open on `7688`.
276
+
It can be used only within the cluster and with all the same settings as the external Bolt port.
277
+
275
278
Bolt connector is used by Cypher Shell, Neo4j Browser, and by the officially supported language drivers.
276
279
Bolt connector is enabled by default but its encryption is disabled.
277
280
To enable the encryption over Bolt, create the folder structure and place the key file and the certificates under those.
0 commit comments