File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
modules/ROOT/pages/security Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.52.Final/j
6464
6565| 4.4.9
6666| 4.1.77.Final
67- | 2.0.52.Final
67+ | 2.0.52.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
6868| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.52.Final/jar
6969https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.52.Final/jar
7070|===
@@ -503,6 +503,12 @@ HTTPS (secure HTTP) is set to encrypt network communications.
503503To enable the encryption over HTTPS, create the folder structure and place the key file and the certificates under those.
504504Then, you need to configure the SSL HTTPS policies in the _neo4j.conf_ file and disable the HTTP connector.
505505
506+ [NOTE]
507+ ====
508+ The HTTPS configuration requires that Bolt is also set.
509+ Refer to xref:/security/ssl-framework.adoc#ssl-bolt-config[Configure SSL over Bolt] for more instructions.
510+ ====
511+
506512. Enable the HTTPS connector to enable SSL over HTTPS:
507513+
508514[source, properties]
You can’t perform that action at this time.
0 commit comments