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
+14-10Lines changed: 14 additions & 10 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
[[ssl-providers]]
@@ -192,11 +192,14 @@ Each policy needs to be explicitly enabled by setting:
192
192
[[ssl-bolt-config]]
193
193
=== Configure SSL over Bolt
194
194
195
-
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.
196
-
For Neo4j clusters, Bolt provides smart client routing with load balancing and failover.
197
-
Bolt connector is used by Cypher Shell, Neo4j Browser, and by the officially supported language drivers.
198
-
Bolt connector is enabled by default but its encryption is disabled.
199
-
To enable the encryption over Bolt, create the folder structure and place the key file and the certificates under those.
195
+
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.
196
+
For Neo4j clusters, Bolt provides smart client routing with load balancing and failover.
197
+
When server side routing is enabled, an additional Bolt port is open on `7688`.
198
+
It can be used only within the cluster and with all the same settings as the external Bolt port.
199
+
200
+
Bolt connector is used by Cypher Shell, Neo4j Browser, and by the officially supported language drivers.
201
+
Bolt connector is enabled by default but its encryption is disabled.
202
+
To enable the encryption over Bolt, create the folder structure and place the key file and the certificates under those.
200
203
Then, you need to configure the SSL Bolt policies in the _neo4j.conf_ file.
201
204
202
205
. Enable the Bolt connector to enable SSL over Bolt:
0 commit comments