11:description: How to set up SSL within your environment, how to view, validate, and test the certificates.
22[[ssl-framework]]
33= SSL framework
4- :description: Describes how to set up SSL within your environment, how to view, validate, and test the certificates.
4+ :description: Describes how to set up SSL within your environment, how to view, validate, and test the certificates.
55
66The SSL framework provides support for securing the following Neo4j communication channels using standard SSL/TLS technology:
77
@@ -10,7 +10,7 @@ The SSL framework provides support for securing the following Neo4j communicatio
1010* `cluster` (ports - `5000` , `6000` , `7000` , and `7688` )
1111* `backups` (port - `6362` )
1212
13- This page describes how to set up SSL within your environment, how to view, validate, and test the certificates.
13+ This page describes how to set up SSL within your environment, how to view, validate, and test the certificates.
1414
1515[[ssl-providers]]
1616== SSL providers
@@ -34,7 +34,7 @@ For more details, see the <<table, Netty support per Neo4j version>>.
3434- Set `xref:reference/configuration-settings.adoc#config_dbms.netty.ssl.provider[dbms.netty.ssl.provider]=OPENSSL`.
3535- Restart Neo4j.
3636
37- Most supported versions of Neo4j use Netty 4.1.100 .Final, which requires tcnative 2.0.65.
37+ Most supported versions of Neo4j use Netty 4.1.111 .Final, which requires tcnative 2.0.65.
3838Only Neo4j 3.5 still uses older versions of Netty.
3939See the table below for detailed information:
4040
@@ -47,6 +47,12 @@ See the table below for detailed information:
4747| tcnative version
4848| Direct link
4949
50+ | 4.4.35
51+ | 4.1.111.Final
52+ | 2.0.65.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
53+ | https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.65.Final/jar
54+ https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.65.Final/jar
55+
5056| 4.4.27
5157| 4.1.100.Final
5258| 2.0.65.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
0 commit comments