Skip to content

Commit 0973cc1

Browse files
committed
add a note about the unsupported ciphers
1 parent d2590c5 commit 0973cc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,9 @@ One can set up a Neo4j configuration by specifying the list of cipher suites tha
10331033
Valid values depend on the current JRE and SSL provider.
10341034
For Oracle JRE here is the list of supported ones - https://docs.oracle.com/en/java/javase/21/docs/specs/security/standard-names.html#jsse-cipher-suite-names.
10351035
1036+
Note that CBC (cipher block chaining)-based ciphers (RFC 8447), used in TLS v1.2 network encryption, are not supported in 2025.01.
1037+
See xref:changes-deprecations-removals.adoc[] for more information.
1038+
10361039
.Bolt
10371040
[source, properties]
10381041
----

0 commit comments

Comments
 (0)