Skip to content

Commit 488c546

Browse files
authored
Improvement of instructions for SSL configuration (#1177) (#1189)
Cherry-picked from #1177
1 parent 2067d0f commit 488c546

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
6969
https://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.
503503
To enable the encryption over HTTPS, create the folder structure and place the key file and the certificates under those.
504504
Then, 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]

0 commit comments

Comments
 (0)