Skip to content

Commit 80b778c

Browse files
committed
Remove v1 from ssl-framework.adoc
1 parent 2b365b4 commit 80b778c

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

modules/ROOT/pages/security/ssl-framework.adoc

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,11 @@ The SSL framework provides support for securing the following Neo4j communicatio
77

88
* `bolt` (port - `7687`)
99
* `https` (port - `7473`)
10-
* `cluster` (ports - `5000`, `6000`, `7000`, and `7688`)
10+
* `cluster` (ports - `6000`, `7000`, and `7688`)
1111
* `backups` (port - `6362`)
1212
1313
This page describes how to set up SSL within your environment, how to view, validate, and test the certificates.
1414

15-
[NOTE]
16-
====
17-
As of Neo4j 5.23, the use of port `5000` for discovery management and discovery service v1 is deprecated.
18-
Discovery service v2 uses the port `6000`.
19-
For more details, refer to xref:clustering/setup/discovery.adoc[Clustering -> Cluster server discovery].
20-
====
21-
2215
[[ssl-providers]]
2316
== SSL Providers
2417

@@ -694,9 +687,8 @@ openssl s_client -connect my_domain.com:7473
694687
=== Configure SSL for intra-cluster communications
695688

696689
Intra-cluster encryption is the security solution for the cluster communication.
697-
The Neo4j cluster communicates on 4 ports:
690+
The Neo4j cluster communicates on 3 ports:
698691

699-
* 5000 - Discovery management
700692
* 6000 - Transactions
701693
* 7000 - Raft communications
702694
* 7688 - Server side routing

0 commit comments

Comments
 (0)